Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkGlyphRun.cpp344 SkPoint endOfLastGlyph = origin; in simplifyDrawText() local
347 *cursor++ = endOfLastGlyph; in simplifyDrawText()
348 endOfLastGlyph += glyph->advanceVector(); in simplifyDrawText()
/third_party/skia/src/core/
DSkGlyphRun.cpp181 SkPoint endOfLastGlyph = origin; in draw_text_positions() local
183 *positionCursor++ = endOfLastGlyph; in draw_text_positions()
184 endOfLastGlyph += glyph->advanceVector(); in draw_text_positions()