Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGlyphRun.cpp180 SkPoint* positionCursor = buffer; in draw_text_positions() local
183 *positionCursor++ = endOfLastGlyph; in draw_text_positions()
215 SkPoint* positionCursor = fPositions; in blobToGlyphRunList() local
231 positions = draw_text_positions(font, glyphIDs, it.offset(), positionCursor); in blobToGlyphRunList()
232 positionCursor += positions.size(); in blobToGlyphRunList()
236 positions = SkMakeSpan(positionCursor, runSize); in blobToGlyphRunList()
238 *positionCursor++ = SkPoint::Make(x, it.offset().y()); in blobToGlyphRunList()
247 positions = SkMakeSpan(positionCursor, runSize); in blobToGlyphRunList()
250 *positionCursor++ = {xform.fTx, xform.fTy}; in blobToGlyphRunList()