Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftext.cpp43 FX_FLOAT fLeftInset, fRightInset, fTopInset = 0, fBottomInset = 0; in RenderWidget() local
49 mgWidget.GetBottomInset(fBottomInset); in RenderWidget()
51 rtText.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in RenderWidget()
91 FX_FLOAT fBottomInset; in PerformLayout() local
92 mgWidget.GetBottomInset(fBottomInset); in PerformLayout()
93 rtText.height -= fBottomInset; in PerformLayout()
Dxfa_ffwidgetacc.cpp801 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset; in CalcCaptionSize() local
805 mgCap.GetBottomInset(fBottomInset); in CalcCaptionSize()
808 : (szCap.y += fTopInset + fBottomInset); in CalcCaptionSize()
811 szCap.y += fTopInset + fBottomInset; in CalcCaptionSize()
846 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset; in CalculateWidgetAutoSize() local
850 mgWidget.GetBottomInset(fBottomInset); in CalculateWidgetAutoSize()
852 size.y += fTopInset + fBottomInset; in CalculateWidgetAutoSize()
1096 FX_FLOAT fTopInset, fBottomInset; in CalculateWidgetAutoHeight() local
1098 mgWidget.GetBottomInset(fBottomInset); in CalculateWidgetAutoHeight()
1099 fHeightCalc += fTopInset + fBottomInset; in CalculateWidgetAutoHeight()
[all …]
Dxfa_fffield.cpp168 FX_FLOAT fLeftInset = 0, fRightInset = 0, fTopInset = 0, fBottomInset = 0; in CapPlacement() local
172 mgWidget.GetBottomInset(fBottomInset); in CapPlacement()
174 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in CapPlacement()
179 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset); in CapPlacement()
Dxfa_ffwidget.cpp1095 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset; in XFA_RectWidthoutMargin() local
1099 mg.GetBottomInset(fBottomInset); in XFA_RectWidthoutMargin()
1100 rt.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in XFA_RectWidthoutMargin()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp1246 FX_FLOAT fLeftInset = 0, fTopInset = 0, fRightInset = 0, fBottomInset = 0; in XFA_ItemLayoutProcessor_RelocateTableRowCells() local
1254 fBottomInset = in XFA_ItemLayoutProcessor_RelocateTableRowCells()
1261 pLayoutRow->m_sSize.y - fTopInset - fBottomInset; in XFA_ItemLayoutProcessor_RelocateTableRowCells()
1388 FX_FLOAT fLeftInset = 0, fTopInset = 0, fRightInset = 0, fBottomInset = 0; in DoLayoutTableContainer() local
1396 fBottomInset = in DoLayoutTableContainer()
1660 FX_FLOAT fLeftInset = 0, fTopInset = 0, fRightInset = 0, fBottomInset = 0; in XFA_ItemLayoutProcessor_AddTrailerBeforeSplit() local
1668 fBottomInset = in XFA_ItemLayoutProcessor_AddTrailerBeforeSplit()
1684 pTrailerLayoutItem->m_sPos.y = fNewSplitPos - fTopInset - fBottomInset; in XFA_ItemLayoutProcessor_AddTrailerBeforeSplit()
1686 pTrailerLayoutItem->m_sPos.y = fSplitPos - fTopInset - fBottomInset; in XFA_ItemLayoutProcessor_AddTrailerBeforeSplit()
1714 FX_FLOAT fLeftInset = 0, fTopInset = 0, fRightInset = 0, fBottomInset = 0; in XFA_ItemLayoutProcessor_AddLeaderAfterSplit() local
[all …]
Dxfa_objectacc_imp.cpp1735 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset; in GetUIMargin() local
1739 FX_BOOL bBottom = mgUI.GetBottomInset(fBottomInset); in GetUIMargin()
1754 fBottomInset = XFA_GetEdgeThickness(strokes, bVisible, 2); in GetUIMargin()
1761 rtUIMargin.Set(fLeftInset, fTopInset, fRightInset, fBottomInset); in GetUIMargin()