Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffcheckbutton.cpp59 uint32_t dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCross; in UpdateWidgetProperty() local
62 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCheck; in UpdateWidgetProperty()
65 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCircle; in UpdateWidgetProperty()
70 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeDiamond; in UpdateWidgetProperty()
73 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeSquare; in UpdateWidgetProperty()
76 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeStar; in UpdateWidgetProperty()
80 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCircle; in UpdateWidgetProperty()
84 dwStyleEx |= FWL_STYLEEXT_CKB_3State; in UpdateWidgetProperty()
87 dwStyleEx, FWL_STYLEEXT_CKB_SignShapeMask | FWL_STYLEEXT_CKB_3State); in UpdateWidgetProperty()
Dcxfa_ffpushbutton.cpp73 uint32_t dwStyleEx = 0; in UpdateWidgetProperty() local
76 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HiliteInverted; in UpdateWidgetProperty()
79 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HiliteOutLine; in UpdateWidgetProperty()
82 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HilitePush; in UpdateWidgetProperty()
87 m_pNormalWidget->ModifyStylesEx(dwStyleEx, 0xFFFFFFFF); in UpdateWidgetProperty()