Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fftext.cpp50 float fTopInset = 0; in RenderWidget() local
53 fTopInset = margin->GetTopInset(); in RenderWidget()
57 rtText.Deflate(margin->GetLeftInset(), fTopInset, margin->GetRightInset(), in RenderWidget()
Dcxfa_widgetacc.cpp686 float fTopInset = captionMargin->GetTopInset(); in CalcCaptionSize() local
691 : (szCap.height += fTopInset + fBottomInset); in CalcCaptionSize()
694 szCap.height += fTopInset + fBottomInset; in CalcCaptionSize()
1109 float fTopInset = 0; in FindSplitPos() local
1114 fTopInset = margin->GetTopInset(); in FindSplitPos()
1119 fTopInset += rtUIMargin.top; in FindSplitPos()
1125 fCalcHeight = fCalcHeight - fTopInset; in FindSplitPos()
1134 m_pLayoutData->m_fWidgetHeight - fTopInset); in FindSplitPos()
1137 fCalcHeight = fCalcHeight + fTopInset; in FindSplitPos()
1152 fCalcHeight < fCapReserve + fTopInset) { in FindSplitPos()
[all …]
Dcxfa_fffield.cpp178 float fTopInset = margin->GetTopInset(); in CapPlacement() local
181 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in CapPlacement()
184 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, 0); in CapPlacement()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp184 float fTopInset = 0; in RelocateTableRowCells() local
191 fTopInset = pMarginNode->JSObject() in RelocateTableRowCells()
206 pLayoutRow->m_sSize.height - fTopInset - fBottomInset; in RelocateTableRowCells()
360 float fTopInset = 0; in AddTrailerBeforeSplit() local
367 fTopInset = pMarginNode->JSObject() in AddTrailerBeforeSplit()
393 pTrailerLayoutItem->m_sPos.y = fNewSplitPos - fTopInset - fBottomInset; in AddTrailerBeforeSplit()
395 pTrailerLayoutItem->m_sPos.y = fSplitPos - fTopInset - fBottomInset; in AddTrailerBeforeSplit()
2179 float fTopInset = 0; in DoLayoutFlowedContainer() local
2186 fTopInset = pMarginNode->JSObject() in DoLayoutFlowedContainer()
2201 float fAvailHeight = fHeightLimit - fTopInset - fBottomInset; in DoLayoutFlowedContainer()
[all …]