Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_fftext.cpp49 FX_FLOAT fLeftInset; in RenderWidget() local
53 mgWidget.GetLeftInset(fLeftInset); in RenderWidget()
60 rtText.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in RenderWidget()
Dxfa_ffwidgetacc.cpp752 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset; in CalcCaptionSize() local
753 mgCap.GetLeftInset(fLeftInset); 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
796 mgWidget.GetLeftInset(fLeftInset); in CalculateWidgetAutoSize()
800 size.width += fLeftInset + fRightInset; in CalculateWidgetAutoSize()
888 FX_FLOAT fLeftInset, fRightInset; in CalculateTextEditAutoSize() local
889 mgWidget.GetLeftInset(fLeftInset); 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
157 mgWidget.GetLeftInset(fLeftInset); 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
1175 mg.GetLeftInset(fLeftInset); in XFA_RectWidthoutMargin()
1179 rt.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in XFA_RectWidthoutMargin()
/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp159 FX_FLOAT fLeftInset = 0; in RelocateTableRowCells() local
164 fLeftInset = in RelocateTableRowCells()
176 : containerSize.width - fLeftInset - fRightInset; in RelocateTableRowCells()
271 fContentCalculatedWidth = containerSize.width - fLeftInset - fRightInset; in RelocateTableRowCells()
325 FX_FLOAT fLeftInset = 0; in AddTrailerBeforeSplit() local
330 fLeftInset = in AddTrailerBeforeSplit()
368 (pProcessor->m_pLayoutItem->m_sSize.width - fLeftInset - fRightInset - in AddTrailerBeforeSplit()
374 pTrailerLayoutItem->m_sPos.x = fLeftInset; in AddTrailerBeforeSplit()
387 FX_FLOAT fLeftInset = 0; in AddLeaderAfterSplit() local
390 fLeftInset = in AddLeaderAfterSplit()
[all …]
Dcxfa_widgetdata.cpp422 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset; in GetUIMargin() local
423 bool bLeft = mgUI.GetLeftInset(fLeftInset); in GetUIMargin()
441 fLeftInset = GetEdgeThickness(strokes, bVisible, 3); in GetUIMargin()
444 return CFX_RectF(fLeftInset, fTopInset, fRightInset, fBottomInset); in GetUIMargin()