Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffcheckbutton.cpp62 uint32_t dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCross; in UpdateWidgetProperty() local
65 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCheck; in UpdateWidgetProperty()
68 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCircle; in UpdateWidgetProperty()
73 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeDiamond; in UpdateWidgetProperty()
76 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeSquare; in UpdateWidgetProperty()
79 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeStar; in UpdateWidgetProperty()
83 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCircle; in UpdateWidgetProperty()
87 dwStyleEx |= FWL_STYLEEXT_CKB_3State; in UpdateWidgetProperty()
90 dwStyleEx, FWL_STYLEEXT_CKB_SignShapeMask | FWL_STYLEEXT_CKB_3State); in UpdateWidgetProperty()
Dcxfa_ffpushbutton.cpp74 uint32_t dwStyleEx = 0; in UpdateWidgetProperty() local
77 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HiliteInverted; in UpdateWidgetProperty()
80 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HiliteOutLine; in UpdateWidgetProperty()
83 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HilitePush; in UpdateWidgetProperty()
88 GetNormalWidget()->ModifyStylesEx(dwStyleEx, 0xFFFFFFFF); in UpdateWidgetProperty()