Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffpushbutton.h10 #define XFA_FWL_PSBSTYLEEXT_HiliteInverted (1L << 0) macro
Dxfa_ffpushbutton.cpp71 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HiliteInverted; in UpdateWidgetProperty()
218 if (m_pNormalWidget->GetStylesEx() & XFA_FWL_PSBSTYLEEXT_HiliteInverted) { in OnDrawWidget()