Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fffield.cpp184 float fRightInset = margin->GetRightInset(); in CapPlacement() local
188 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in CapPlacement()
191 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, 0); in CapPlacement()
193 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset); in CapPlacement()
195 rtWidget.Deflate(fLeftInset, 0, fRightInset, 0); in CapPlacement()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp1177 float fRightInset = 0; in DoLayoutTableContainer() local
1181 fRightInset = pMarginNode->JSObject()->GetMeasureInUnit( in DoLayoutTableContainer()
1187 : containerSize.width - fLeftInset - fRightInset; in DoLayoutTableContainer()
2259 float fRightInset = 0; in AddLeaderAfterSplit() local
2263 fRightInset = pMarginNode->JSObject()->GetMeasureInUnit( in AddLeaderAfterSplit()
2281 pLeaderLayoutItem->m_sPos.x = m_pLayoutItem->m_sSize.width - fRightInset - in AddLeaderAfterSplit()
2286 (m_pLayoutItem->m_sSize.width - fLeftInset - fRightInset - in AddLeaderAfterSplit()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp3206 float fRightInset = captionMargin->GetRightInset(); in CalcCaptionSize() local
3209 bVert ? (pszCap->width += fLeftInset + fRightInset) in CalcCaptionSize()
3212 pszCap->width += fLeftInset + fRightInset; in CalcCaptionSize()