Home
last modified time | relevance | path

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

/external/skqp/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/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/
Dcxfa_itemlayoutprocessor.cpp478 float fTotalHeight = 0; in InsertPendingItems() local
480 return fTotalHeight; in InsertPendingItems()
500 fTotalHeight += pPendingLayoutItem->m_sSize.height; in InsertPendingItems()
503 return fTotalHeight; in InsertPendingItems()
2011 float fTotalHeight = 0; in InsertKeepLayoutItems() local
2015 fTotalHeight += (*iter)->m_sSize.height; in InsertKeepLayoutItems()
2019 return fTotalHeight; in InsertKeepLayoutItems()