Home
last modified time | relevance | path

Searched refs:GetStylesEx (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffpushbutton.cpp218 if (m_pNormalWidget->GetStylesEx() & XFA_FWL_PSBSTYLEEXT_HiliteInverted) { in OnDrawWidget()
233 } else if (m_pNormalWidget->GetStylesEx() & in OnDrawWidget()
248 } else if (m_pNormalWidget->GetStylesEx() & XFA_FWL_PSBSTYLEEXT_HilitePush) { in OnDrawWidget()
Dxfa_fwltheme.cpp364 FX_DWORD dwStyle = pWidget->GetStylesEx(); in DrawCheckSign()
Dxfa_fftextedit.cpp292 if (m_pNormalWidget->GetStylesEx() & FWL_STYLEEXT_EDT_ReadOnly) { in CanCut()
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dwidget.cpp108 FX_DWORD CFWL_Widget::GetStylesEx() { in GetStylesEx() function in CFWL_Widget
111 return m_pIface->GetStylesEx(); in GetStylesEx()
/external/pdfium/xfa/include/fwl/lightwidget/
Dwidget.h64 FX_DWORD GetStylesEx();
/external/pdfium/xfa/include/fwl/core/
Dfwl_widget.h38 FX_DWORD GetStylesEx();
/external/pdfium/xfa/src/fwl/src/theme/
Dcheckboxtp.cpp109 FX_DWORD dwStyleEx = pWidget->GetStylesEx(); in DrawBoxBk()
203 FX_DWORD dwStyle = pWidget->GetStylesEx(); in DrawSign()
361 switch (pWidget->GetStylesEx() & FWL_STYLEEXT_CKB_ShapeMask) { in DrawSignBorder()
Dscrollbartp.cpp61 FX_BOOL bVert = pWidget->GetStylesEx(); in DrawBackground()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp606 if (GetStylesEx() & FWL_STYLEEXT_LTB_OwnerDraw) { in DrawItems()
661 FX_BOOL bHasIcon = GetStylesEx() & FWL_STYLEEXT_LTB_Icon; in DrawItem()
678 FX_BOOL bHasCheck = GetStylesEx() & FWL_STYLEEXT_LTB_Check; in DrawItem()
782 bHasIcon = GetStylesEx() & FWL_STYLEEXT_LTB_Icon; in CalcSize()
1049 if (m_pOwner->GetStylesEx() & FWL_STYLEEXT_LTB_ShowScrollBarFocus) { in OnFocusChanged()
Dfwl_datetimepickerimp.cpp632 if (m_pEdit->GetStylesEx() & FWL_STYLEEXT_EDT_ReadOnly) { in CanCut()
1139 !(m_pOwner->m_pEdit->GetStylesEx() & FWL_STYLEEXT_EDT_ReadOnly)) { in DisForm_OnFocusChanged()
Dfwl_comboboximp.cpp823 if (m_pEdit->GetStylesEx() & FWL_STYLEEXT_EDT_ReadOnly) { in EditCanCut()
1327 if (!(this->GetStylesEx() & FWL_STYLEEXT_CMB_ReadOnly)) { in DisForm_Layout()
Dfwl_editimp.cpp1881 FX_DWORD dwStyleEx = m_pOwner->GetStylesEx(); in OnFocusChanged()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_widgetimp.h39 virtual FX_DWORD GetStylesEx();
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp52 FX_DWORD IFWL_Widget::GetStylesEx() { in GetStylesEx() function in IFWL_Widget
53 return static_cast<CFWL_WidgetImp*>(GetImpl())->GetStylesEx(); in GetStylesEx()
250 FX_DWORD CFWL_WidgetImp::GetStylesEx() { in GetStylesEx() function in CFWL_WidgetImp
734 if (GetStylesEx() & FWL_STYLEEXT_MNU_Vert) { in GetPopupPosMenu()