Home
last modified time | relevance | path

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

/external/skia/src/text/
DGlyphRun.cpp238 SkVector* scaledRotationsCursor = fScaledRotations; in blobToGlyphRunList() local
270 scaledRotations = SkSpan(scaledRotationsCursor, runSize); in blobToGlyphRunList()
273 *scaledRotationsCursor++ = {xform.fSCos, xform.fSSin}; in blobToGlyphRunList()