Home
last modified time | relevance | path

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

/external/skia/gm/
Dcomplexclip2.cpp39 fTotalHeight = kRows * fHeight + SK_Scalar1 * (kRows + 1) * kPadY; in ComplexClip2GM()
137 SkScalarRoundToInt(fTotalHeight)); in onISize()
207 SkScalar fTotalHeight; member in skiagm::ComplexClip2GM
/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp435 FX_FLOAT fTotalHeight = 0; in InsertPendingItems() local
437 return fTotalHeight; in InsertPendingItems()
457 fTotalHeight += pPendingLayoutItem->m_sSize.height; in InsertPendingItems()
460 return fTotalHeight; in InsertPendingItems()
1959 FX_FLOAT fTotalHeight = 0; in InsertKeepLayoutItems() local
1963 fTotalHeight += (*iter)->m_sSize.height; in InsertKeepLayoutItems()
1967 return fTotalHeight; in InsertKeepLayoutItems()