Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSkiaCanvasProxy.cpp290 std::unique_ptr<SkScalar[]> glyphWidths(new SkScalar[glyphs.count]); in onDrawText() local
291 glyphs.paint.getTextWidths(glyphs.glyphIDs, glyphs.count << 1, glyphWidths.get()); in onDrawText()
303 stop += glyphWidths[i]; in onDrawText()
328 pointStorage[i].set(xBaseline, glyphWidths[i-1] + pointStorage[i-1].fY); in onDrawText()
332 pointStorage[i].set(glyphWidths[i-1] + pointStorage[i-1].fX, yBaseline); in onDrawText()