Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_fftext.cpp50 FX_FLOAT fRightInset; in RenderWidget() local
54 mgWidget.GetRightInset(fRightInset); in RenderWidget()
60 rtText.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in RenderWidget()
Dxfa_ffwidgetacc.cpp752 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset; in CalcCaptionSize() local
755 mgCap.GetRightInset(fRightInset); in CalcCaptionSize()
758 bVert ? (szCap.width += fLeftInset + fRightInset) in CalcCaptionSize()
761 szCap.width += fLeftInset + fRightInset; in CalcCaptionSize()
795 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset; in CalculateWidgetAutoSize() local
798 mgWidget.GetRightInset(fRightInset); in CalculateWidgetAutoSize()
800 size.width += fLeftInset + fRightInset; in CalculateWidgetAutoSize()
888 FX_FLOAT fLeftInset, fRightInset; in CalculateTextEditAutoSize() local
890 mgWidget.GetRightInset(fRightInset); in CalculateTextEditAutoSize()
891 size.width -= fLeftInset + fRightInset; in CalculateTextEditAutoSize()
[all …]
Dxfa_fffield.cpp156 FX_FLOAT fLeftInset = 0, fRightInset = 0, fTopInset = 0, fBottomInset = 0; in CapPlacement() local
158 mgWidget.GetRightInset(fRightInset); in CapPlacement()
162 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in CapPlacement()
165 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, 0); in CapPlacement()
167 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset); in CapPlacement()
169 rtWidget.Deflate(fLeftInset, 0, fRightInset, 0); in CapPlacement()
Dxfa_ffwidget.cpp1174 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset; in XFA_RectWidthoutMargin() local
1177 mg.GetRightInset(fRightInset); in XFA_RectWidthoutMargin()
1179 rt.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in XFA_RectWidthoutMargin()
/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp161 FX_FLOAT fRightInset = 0; in RelocateTableRowCells() local
168 fRightInset = in RelocateTableRowCells()
176 : containerSize.width - fLeftInset - fRightInset; in RelocateTableRowCells()
271 fContentCalculatedWidth = containerSize.width - fLeftInset - fRightInset; in RelocateTableRowCells()
327 FX_FLOAT fRightInset = 0; in AddTrailerBeforeSplit() local
334 fRightInset = in AddTrailerBeforeSplit()
363 fRightInset - in AddTrailerBeforeSplit()
368 (pProcessor->m_pLayoutItem->m_sSize.width - fLeftInset - fRightInset - in AddTrailerBeforeSplit()
388 FX_FLOAT fRightInset = 0; in AddLeaderAfterSplit() local
392 fRightInset = in AddLeaderAfterSplit()
[all …]
Dcxfa_widgetdata.cpp422 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset; in GetUIMargin() local
425 bool bRight = mgUI.GetRightInset(fRightInset); in GetUIMargin()
437 fRightInset = GetEdgeThickness(strokes, bVisible, 1); in GetUIMargin()
444 return CFX_RectF(fLeftInset, fTopInset, fRightInset, fBottomInset); in GetUIMargin()