Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fftext.cpp49 float fBottomInset = 0; in RenderWidget() local
53 fBottomInset = margin->GetBottomInset(); in RenderWidget()
56 fBottomInset); in RenderWidget()
Dcxfa_fffield.cpp195 float fBottomInset = margin->GetBottomInset(); in CapPlacement() local
197 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in CapPlacement()
202 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset); in CapPlacement()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp3170 float fBottomInset = captionMargin->GetBottomInset(); in CalcCaptionSize() local
3173 : (pszCap->height += fTopInset + fBottomInset); in CalcCaptionSize()
3176 pszCap->height += fTopInset + fBottomInset; in CalcCaptionSize()
3576 float fBottomInset = 0; in FindSplitPos() local
3581 fBottomInset = margin->GetBottomInset(); in FindSplitPos()
3586 fBottomInset += rtUIMargin.width; in FindSplitPos()
3620 m_pLayoutData->m_fWidgetHeight - fCapReserve - fBottomInset) { in FindSplitPos()
3659 fHeight -= (fTopInset + fBottomInset); in FindSplitPos()