Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffcheckbutton.cpp51 FX_DWORD dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCross; in UpdateWidgetProperty() local
55 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCheck; in UpdateWidgetProperty()
58 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCircle; in UpdateWidgetProperty()
63 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeDiamond; in UpdateWidgetProperty()
66 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeSquare; in UpdateWidgetProperty()
69 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeStar; in UpdateWidgetProperty()
74 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCircle; in UpdateWidgetProperty()
79 dwStyleEx |= FWL_STYLEEXT_CKB_3State; in UpdateWidgetProperty()
82 dwStyleEx, FWL_STYLEEXT_CKB_SignShapeMask | FWL_STYLEEXT_CKB_3State); in UpdateWidgetProperty()
Dxfa_ffpushbutton.cpp68 FX_DWORD dwStyleEx = 0; in UpdateWidgetProperty() local
71 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HiliteInverted; in UpdateWidgetProperty()
74 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HiliteOutLine; in UpdateWidgetProperty()
77 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HilitePush; in UpdateWidgetProperty()
82 m_pNormalWidget->ModifyStylesEx(dwStyleEx, 0xFFFFFFFF); in UpdateWidgetProperty()
/external/pdfium/xfa/src/fwl/src/theme/
Dcheckboxtp.cpp109 FX_DWORD dwStyleEx = pWidget->GetStylesEx(); in DrawBoxBk() local
110 dwStyleEx &= FWL_STYLEEXT_CKB_ShapeMask; in DrawBoxBk()
117 if ((dwStyleEx == FWL_STYLEEXT_CKB_ShapeSolidSquare) || in DrawBoxBk()
118 (dwStyleEx == FWL_STYLEEXT_CKB_ShapeSunkenSquare)) { in DrawBoxBk()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp846 FX_DWORD dwStyleEx = m_pProperties->m_dwStyleExes; in On_TextChanged() local
847 if (dwStyleEx & FWL_STYLEEXT_EDT_VAlignMask) { in On_TextChanged()
1881 FX_DWORD dwStyleEx = m_pOwner->GetStylesEx(); in OnFocusChanged() local
1882 FX_BOOL bRepaint = dwStyleEx & FWL_STYLEEXT_EDT_InnerCaret; in OnFocusChanged()
1895 (dwStyleEx & FWL_STYLEEXT_EDT_NoHideSel) == 0) { in OnFocusChanged()