OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dwStyleEx
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffcheckbutton.cpp
51
FX_DWORD
dwStyleEx
= FWL_STYLEEXT_CKB_SignShapeCross;
55
dwStyleEx
= FWL_STYLEEXT_CKB_SignShapeCheck;
58
dwStyleEx
= FWL_STYLEEXT_CKB_SignShapeCircle;
63
dwStyleEx
= FWL_STYLEEXT_CKB_SignShapeDiamond;
66
dwStyleEx
= FWL_STYLEEXT_CKB_SignShapeSquare;
69
dwStyleEx
= FWL_STYLEEXT_CKB_SignShapeStar;
74
dwStyleEx
= FWL_STYLEEXT_CKB_SignShapeCircle;
79
dwStyleEx
|= FWL_STYLEEXT_CKB_3State;
82
dwStyleEx
, FWL_STYLEEXT_CKB_SignShapeMask | FWL_STYLEEXT_CKB_3State);
xfa_ffpushbutton.cpp
68
FX_DWORD
dwStyleEx
= 0;
71
dwStyleEx
= XFA_FWL_PSBSTYLEEXT_HiliteInverted;
74
dwStyleEx
= XFA_FWL_PSBSTYLEEXT_HiliteOutLine;
77
dwStyleEx
= XFA_FWL_PSBSTYLEEXT_HilitePush;
82
m_pNormalWidget->ModifyStylesEx(
dwStyleEx
, 0xFFFFFFFF);
/external/pdfium/xfa/src/fwl/src/theme/
checkboxtp.cpp
109
FX_DWORD
dwStyleEx
= pWidget->GetStylesEx();
110
dwStyleEx
&= FWL_STYLEEXT_CKB_ShapeMask;
117
if ((
dwStyleEx
== FWL_STYLEEXT_CKB_ShapeSolidSquare) ||
118
(
dwStyleEx
== FWL_STYLEEXT_CKB_ShapeSunkenSquare)) {
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp
846
FX_DWORD
dwStyleEx
= m_pProperties->m_dwStyleExes;
847
if (
dwStyleEx
& FWL_STYLEEXT_EDT_VAlignMask) {
[
all
...]
Completed in 70 milliseconds