Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp79 , fOldHeight(0) in ParagraphImpl()
159 this->fOldHeight = this->fHeight; in layout()
193 this->fOldHeight = this->fHeight; in layout()
957 fOldHeight = 0; in updateText()
973 fOldHeight = 0; in updateFontSize()
DParagraphImpl.h272 SkScalar fOldHeight;
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp830 float fOldHeight; in RearrangeSections() local
846 fOldHeight = pSection->m_Rect.bottom - pSection->m_Rect.top; in RearrangeSections()
848 rcSec.bottom = fPosY + fOldHeight; in RearrangeSections()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp786 float fOldHeight = pSecondLayoutItem->m_sSize.height; in SplitLayoutItem() local
790 fAddMarginHeight = pSecondLayoutItem->m_sSize.height - fOldHeight; in SplitLayoutItem()