Searched refs:glyphWidths (Results 1 – 1 of 1) sorted by relevance
290 std::unique_ptr<SkScalar[]> glyphWidths(new SkScalar[glyphs.count]); in onDrawText() local291 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()