Home
last modified time | relevance | path

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

/external/skia/src/text/
DGlyphRun.cpp198 SkPoint endOfLastGlyph = origin; in draw_text_positions() local
200 *positionCursor++ = endOfLastGlyph; in draw_text_positions()
201 endOfLastGlyph += glyph->advanceVector(); in draw_text_positions()