Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp1727 CXFA_Margin mgUI = GetUIMargin(); in GetUIMargin() local
1728 if (!mgUI) { in GetUIMargin()
1736 FX_BOOL bLeft = mgUI.GetLeftInset(fLeftInset); in GetUIMargin()
1737 FX_BOOL bTop = mgUI.GetTopInset(fTopInset); in GetUIMargin()
1738 FX_BOOL bRight = mgUI.GetRightInset(fRightInset); in GetUIMargin()
1739 FX_BOOL bBottom = mgUI.GetBottomInset(fBottomInset); in GetUIMargin()