Home
last modified time | relevance | path

Searched refs:totalAdvance (Results 1 – 6 of 6) sorted by relevance

/frameworks/minikin/libs/minikin/
DLayout.cpp99 LayoutAppendFunctor(Layout* layout, float* advances, float* totalAdvance, uint32_t outOffset, in LayoutAppendFunctor() argument
103 mTotalAdvance(totalAdvance), in LayoutAppendFunctor()
133 float totalAdvance = 0; in doLayoutWord() local
137 LayoutAppendFunctor f(layout, advances, &totalAdvance, bufStart, wordSpacing); in doLayoutWord()
141 totalAdvance += wordSpacing; in doLayoutWord()
146 return totalAdvance; in doLayoutWord()
DMeasuredText.cpp298 float totalAdvance = 0.0f; in getBounds() local
307 bounds.offset(totalAdvance, 0); in getBounds()
309 totalAdvance += advance; in getBounds()
/frameworks/base/libs/hwui/hwui/
DCanvas.cpp87 float y, minikin::MinikinRect& bounds, float totalAdvance) in DrawTextFunctor() argument
94 , totalAdvance(totalAdvance) {} in DrawTextFunctor()
118 bounds.mRight, bounds.mBottom, totalAdvance); in operator ()()
125 bounds.mRight, bounds.mBottom, totalAdvance); in operator ()()
129 bounds.mRight, bounds.mBottom, totalAdvance); in operator ()()
140 float totalAdvance; member in android::DrawTextFunctor
DCanvas.h294 float boundsBottom, float totalAdvance) = 0;
/frameworks/base/libs/hwui/
DSkiaCanvas.h167 float boundsBottom, float totalAdvance) override;
DSkiaCanvas.cpp733 float boundsBottom, float totalAdvance) { in drawGlyphs() argument
756 drawTextDecorations(x, y, totalAdvance, paintCopy); in drawGlyphs()