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 | 295 float totalAdvance = 0.0f; in getBounds() local 304 bounds.offset(totalAdvance, 0); in getBounds() 306 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() 126 bounds.mRight, bounds.mBottom, totalAdvance); in operator ()() 133 bounds.mRight, bounds.mBottom, totalAdvance); in operator ()() 137 bounds.mRight, bounds.mBottom, totalAdvance); in operator ()() 148 float totalAdvance; member in android::DrawTextFunctor
|
D | Canvas.h | 316 float boundsBottom, float totalAdvance) = 0;
|
/frameworks/base/libs/hwui/ |
D | SkiaCanvas.h | 164 float boundsBottom, float totalAdvance) override;
|
D | SkiaCanvas.cpp | 696 float boundsBottom, float totalAdvance) { in drawGlyphs() argument 716 drawTextDecorations(x, y, totalAdvance, paintCopy); in drawGlyphs()
|