Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRun.cpp337 auto posCursor = positions; in simplifyDrawPosTextH() local
339 *posCursor++ = SkPoint::Make(x, constY); in simplifyDrawPosTextH()
DSkStrike.cpp246 const SkPoint* posCursor = positions; in glyphMetrics() local
248 SkPoint glyphPos = *posCursor++; in glyphMetrics()
DSkRemoteGlyphCache.cpp605 const SkPoint* posCursor = positions; in glyphMetrics() local
607 SkPoint glyphPos = *posCursor++; in glyphMetrics()
DSkGlyphRunPainter.cpp352 SkPoint* posCursor = fARGBPositions.data(); in processARGBFallback() local
355 SkPoint pos = *posCursor++; in processARGBFallback()
/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()