Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_checkbox.h22 #define FWL_STYLEEXT_CKB_MultiLine (1L << 5) macro
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_checkboximp.cpp78 m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CKB_MultiLine); in GetWidgetRect()
249 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CKB_MultiLine) == 0) { in Layout()
344 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CKB_MultiLine) { in UpdateTextOutStyles()