OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mgWidget
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffcheckbutton.cpp
87
CXFA_Margin
mgWidget
= m_pDataAcc->GetMargin();
90
if (
mgWidget
.IsExistInXML()) {
91
XFA_RectWidthoutMargin(rtWidget,
mgWidget
);
xfa_fffield.cpp
165
CXFA_Margin
mgWidget
= m_pDataAcc->GetMargin();
166
if (
mgWidget
) {
169
mgWidget
.GetLeftInset(fLeftInset);
170
mgWidget
.GetRightInset(fRightInset);
171
mgWidget
.GetTopInset(fTopInset);
172
mgWidget
.GetBottomInset(fBottomInset);
211
XFA_RectWidthoutMargin(m_rtCaption,
mgWidget
);
Completed in 725 milliseconds