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/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp1762 FX_FLOAT fTotalHeight = 0; in XFA_ItemLayoutProcessor_InsertPendingItems() local
1764 return fTotalHeight; in XFA_ItemLayoutProcessor_InsertPendingItems()
1791 fTotalHeight += pPendingLayoutItem->m_sSize.y; in XFA_ItemLayoutProcessor_InsertPendingItems()
1795 return fTotalHeight; in XFA_ItemLayoutProcessor_InsertPendingItems()
1798 FX_FLOAT fTotalHeight = 0; in InsertKeepLayoutItems() local
1808 fTotalHeight += m_arrayKeepItems[iIndex]->m_sSize.y; in InsertKeepLayoutItems()
1812 return fTotalHeight; in InsertKeepLayoutItems()