Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffpushbutton.cpp76 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HiliteInverted; in UpdateWidgetProperty()
214 if (m_pNormalWidget->GetStylesEx() & XFA_FWL_PSBSTYLEEXT_HiliteInverted) { in OnDrawWidget()
Dcxfa_ffpushbutton.h14 #define XFA_FWL_PSBSTYLEEXT_HiliteInverted (1L << 0) macro