Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_fftext.cpp51 FX_FLOAT fTopInset = 0; in RenderWidget() local
56 mgWidget.GetTopInset(fTopInset); in RenderWidget()
60 rtText.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in RenderWidget()
94 FX_FLOAT fTopInset; in PerformLayout() local
95 mgWidget.GetTopInset(fTopInset); in PerformLayout()
96 rtText.height -= fTopInset; in PerformLayout()
Dxfa_ffwidgetacc.cpp752 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset; in CalcCaptionSize() local
754 mgCap.GetTopInset(fTopInset); in CalcCaptionSize()
759 : (szCap.height += fTopInset + fBottomInset); in CalcCaptionSize()
762 szCap.height += fTopInset + fBottomInset; in CalcCaptionSize()
795 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset; in CalculateWidgetAutoSize() local
797 mgWidget.GetTopInset(fTopInset); in CalculateWidgetAutoSize()
801 size.height += fTopInset + fBottomInset; in CalculateWidgetAutoSize()
1050 FX_FLOAT fTopInset, fBottomInset; in CalculateWidgetAutoHeight() local
1051 mgWidget.GetTopInset(fTopInset); in CalculateWidgetAutoHeight()
1053 fHeightCalc += fTopInset + fBottomInset; in CalculateWidgetAutoHeight()
[all …]
Dxfa_fffield.cpp156 FX_FLOAT fLeftInset = 0, fRightInset = 0, fTopInset = 0, fBottomInset = 0; in CapPlacement() local
159 mgWidget.GetTopInset(fTopInset); in CapPlacement()
162 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in CapPlacement()
165 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, 0); in CapPlacement()
Dxfa_ffwidget.cpp1174 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset; in XFA_RectWidthoutMargin() local
1176 mg.GetTopInset(fTopInset); in XFA_RectWidthoutMargin()
1179 rt.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in XFA_RectWidthoutMargin()
/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp160 FX_FLOAT fTopInset = 0; in RelocateTableRowCells() local
166 fTopInset = in RelocateTableRowCells()
178 pLayoutRow->m_sSize.height - fTopInset - fBottomInset; in RelocateTableRowCells()
326 FX_FLOAT fTopInset = 0; in AddTrailerBeforeSplit() local
332 fTopInset = in AddTrailerBeforeSplit()
355 pTrailerLayoutItem->m_sPos.y = fNewSplitPos - fTopInset - fBottomInset; in AddTrailerBeforeSplit()
357 pTrailerLayoutItem->m_sPos.y = fSplitPos - fTopInset - fBottomInset; in AddTrailerBeforeSplit()
2130 FX_FLOAT fTopInset = 0; in DoLayoutFlowedContainer() local
2136 fTopInset = in DoLayoutFlowedContainer()
2148 FX_FLOAT fAvailHeight = fHeightLimit - fTopInset - fBottomInset; in DoLayoutFlowedContainer()
[all …]
Dcxfa_widgetdata.cpp422 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset; in GetUIMargin() local
424 bool bTop = mgUI.GetTopInset(fTopInset); in GetUIMargin()
435 fTopInset = GetEdgeThickness(strokes, bVisible, 0); in GetUIMargin()
444 return CFX_RectF(fLeftInset, fTopInset, fRightInset, fBottomInset); in GetUIMargin()