Home
last modified time | relevance | path

Searched refs:FWL_WGTSTYLE_NarrowCaption (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/include/fwl/core/
Dfwl_widgetdef.h14 #define FWL_WGTSTYLE_NarrowCaption (1L << 4) macro
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_formimp.cpp303 } else if (m_pProperties->m_dwStyles & FWL_WGTSTYLE_NarrowCaption) { in DrawWidget()
573 } else if (m_pProperties->m_dwStyles & FWL_WGTSTYLE_NarrowCaption) { in GetCaptionHeight()