Searched refs:totalAdvance (Results 1 – 6 of 6) sorted by relevance
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 99 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()
|
D | MeasuredText.cpp | 298 float totalAdvance = 0.0f; in getBounds() local 307 bounds.offset(totalAdvance, 0); in getBounds() 309 totalAdvance += advance; in getBounds()
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.cpp | 87 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
|
D | Canvas.h | 294 float boundsBottom, float totalAdvance) = 0;
|
/frameworks/base/libs/hwui/ |
D | SkiaCanvas.h | 167 float boundsBottom, float totalAdvance) override;
|
D | SkiaCanvas.cpp | 733 float boundsBottom, float totalAdvance) { in drawGlyphs() argument 756 drawTextDecorations(x, y, totalAdvance, paintCopy); in drawGlyphs()
|