Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fftext.cpp48 float fTopInset = 0; in RenderWidget() local
51 fTopInset = margin->GetTopInset(); in RenderWidget()
55 rtText.Deflate(margin->GetLeftInset(), fTopInset, margin->GetRightInset(), in RenderWidget()
Dcxfa_fffield.cpp194 float fTopInset = margin->GetTopInset(); in CapPlacement() local
197 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in CapPlacement()
200 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, 0); in CapPlacement()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp3168 float fTopInset = captionMargin->GetTopInset(); in CalcCaptionSize() local
3173 : (pszCap->height += fTopInset + fBottomInset); in CalcCaptionSize()
3176 pszCap->height += fTopInset + fBottomInset; in CalcCaptionSize()
3575 float fTopInset = 0; in FindSplitPos() local
3580 fTopInset = margin->GetTopInset(); in FindSplitPos()
3585 fTopInset += rtUIMargin.top; in FindSplitPos()
3591 fCalcHeight -= fTopInset; in FindSplitPos()
3597 szBlockIndex, fCalcHeight, m_pLayoutData->m_fWidgetHeight - fTopInset); in FindSplitPos()
3600 fCalcHeight += fTopInset; in FindSplitPos()
3616 fCalcHeight < fCapReserve + fTopInset) { in FindSplitPos()
[all …]