Home
last modified time | relevance | path

Searched refs:GetPlacementType (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp769 int32_t iCapPlacement = caption.GetPlacementType(); in CalcCaptionSize()
824 int32_t iCapPlacement = this->GetCaption().GetPlacementType(); in CalculateFieldAutoSize()
921 iCapPlacement = this->GetCaption().GetPlacementType(); in CalculateTextEditAutoSize()
1246 iCapPlacement = (XFA_ATTRIBUTEENUM)caption.GetPlacementType(); in FindSplitPos()
Dxfa_ffcheckbutton.cpp99 iCapPlacement = caption.GetPlacementType(); in PerformLayout()
Dxfa_fffield.cpp190 iCapPlacement = (XFA_ATTRIBUTEENUM)caption.GetPlacementType(); in CapPlacement()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h173 int32_t GetPlacementType();
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp379 int32_t CXFA_Caption::GetPlacementType() { in GetPlacementType() function in CXFA_Caption