Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGlyphRun.cpp337 auto posCursor = positions; in simplifyDrawPosTextH() local
339 *posCursor++ = SkPoint::Make(x, constY); in simplifyDrawPosTextH()
DSkGlyphRunPainter.cpp388 const SkPoint* posCursor = fPositions; in drawGlyphRunAsBMPWithPathFallback() local
390 SkPoint mappedPt = *posCursor++; in drawGlyphRunAsBMPWithPathFallback()
/external/skia/src/core/
DSkTextBlob.cpp902 const SkPoint* posCursor = glyphRun.positions().begin(); in get_glyph_run_intercepts() local
904 SkPoint pos = *posCursor++; in get_glyph_run_intercepts()