Home
last modified time | relevance | path

Searched refs:fOldHeight (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp884 float fOldHeight; in RearrangeSections() local
900 fOldHeight = pSection->m_Rect.bottom - pSection->m_Rect.top; in RearrangeSections()
902 rcSec.bottom = fPosY + fOldHeight; in RearrangeSections()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp1326 float fOldHeight = pSecondLayoutItem->m_sSize.height; in SplitLayoutItem() local
1330 fAddMarginHeight = pSecondLayoutItem->m_sSize.height - fOldHeight; in SplitLayoutItem()