Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fftext.cpp51 float fBottomInset = 0; in RenderWidget() local
55 fBottomInset = margin->GetBottomInset(); in RenderWidget()
58 fBottomInset); in RenderWidget()
Dcxfa_fffield.cpp179 float fBottomInset = margin->GetBottomInset(); in CapPlacement() local
181 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in CapPlacement()
186 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset); in CapPlacement()
Dcxfa_widgetacc.cpp688 float fBottomInset = captionMargin->GetBottomInset(); in CalcCaptionSize() local
691 : (szCap.height += fTopInset + fBottomInset); in CalcCaptionSize()
694 szCap.height += fTopInset + fBottomInset; in CalcCaptionSize()
1110 float fBottomInset = 0; in FindSplitPos() local
1115 fBottomInset = margin->GetBottomInset(); in FindSplitPos()
1120 fBottomInset += rtUIMargin.width; in FindSplitPos()
1157 m_pLayoutData->m_fWidgetHeight - fCapReserve - fBottomInset) { in FindSplitPos()
1195 fHeight -= (fTopInset + fBottomInset); in FindSplitPos()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp186 float fBottomInset = 0; in RelocateTableRowCells() local
197 fBottomInset = pMarginNode->JSObject() in RelocateTableRowCells()
206 pLayoutRow->m_sSize.height - fTopInset - fBottomInset; in RelocateTableRowCells()
362 float fBottomInset = 0; in AddTrailerBeforeSplit() local
373 fBottomInset = pMarginNode->JSObject() in AddTrailerBeforeSplit()
393 pTrailerLayoutItem->m_sPos.y = fNewSplitPos - fTopInset - fBottomInset; in AddTrailerBeforeSplit()
395 pTrailerLayoutItem->m_sPos.y = fSplitPos - fTopInset - fBottomInset; in AddTrailerBeforeSplit()
2181 float fBottomInset = 0; in DoLayoutFlowedContainer() local
2192 fBottomInset = pMarginNode->JSObject() in DoLayoutFlowedContainer()
2201 float fAvailHeight = fHeightLimit - fTopInset - fBottomInset; in DoLayoutFlowedContainer()
[all …]