Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp183 float fLeftInset = 0; in RelocateTableRowCells() local
188 fLeftInset = pMarginNode->JSObject() in RelocateTableRowCells()
204 : containerSize.width - fLeftInset - fRightInset; in RelocateTableRowCells()
304 fContentCalculatedWidth = containerSize.width - fLeftInset - fRightInset; in RelocateTableRowCells()
359 float fLeftInset = 0; in AddTrailerBeforeSplit() local
364 fLeftInset = pMarginNode->JSObject() in AddTrailerBeforeSplit()
407 (pProcessor->m_pLayoutItem->m_sSize.width - fLeftInset - fRightInset - in AddTrailerBeforeSplit()
413 pTrailerLayoutItem->m_sPos.x = fLeftInset; in AddTrailerBeforeSplit()
427 float fLeftInset = 0; in AddLeaderAfterSplit() local
430 fLeftInset = pMarginNode->JSObject() in AddLeaderAfterSplit()
[all …]
/external/pdfium/xfa/fxfa/
Dcxfa_fffield.cpp176 float fLeftInset = margin->GetLeftInset(); in CapPlacement() local
181 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in CapPlacement()
184 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, 0); in CapPlacement()
186 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset); in CapPlacement()
188 rtWidget.Deflate(fLeftInset, 0, fRightInset, 0); in CapPlacement()
Dcxfa_widgetacc.cpp685 float fLeftInset = captionMargin->GetLeftInset(); in CalcCaptionSize() local
690 bVert ? (szCap.width += fLeftInset + fRightInset) in CalcCaptionSize()
693 szCap.width += fLeftInset + fRightInset; in CalcCaptionSize()