Searched refs:fRightInset (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_fffield.cpp | 193 float fRightInset = margin->GetRightInset(); in CapPlacement() local 197 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in CapPlacement() 200 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, 0); in CapPlacement() 202 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset); in CapPlacement() 204 rtWidget.Deflate(fLeftInset, 0, fRightInset, 0); in CapPlacement()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_contentlayoutprocessor.cpp | 1152 float fRightInset = 0; in DoLayoutTableContainer() local 1156 fRightInset = pMarginNode->JSObject()->GetMeasureInUnit( in DoLayoutTableContainer() 1162 : containerSize.width - fLeftInset - fRightInset; in DoLayoutTableContainer() 2218 float fRightInset = 0; in AddLeaderAfterSplit() local 2222 fRightInset = pMarginNode->JSObject()->GetMeasureInUnit( in AddLeaderAfterSplit() 2240 pLeaderLayoutItem->m_sPos.x = m_pLayoutItem->m_sSize.width - fRightInset - in AddLeaderAfterSplit() 2245 (m_pLayoutItem->m_sSize.width - fLeftInset - fRightInset - in AddLeaderAfterSplit()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 3169 float fRightInset = captionMargin->GetRightInset(); in CalcCaptionSize() local 3172 bVert ? (pszCap->width += fLeftInset + fRightInset) in CalcCaptionSize() 3175 pszCap->width += fLeftInset + fRightInset; in CalcCaptionSize()
|