Searched defs:scaledRotations (Results 1 – 2 of 2) sorted by relevance
29 SkSpan<const SkVector> scaledRotations) in SkGlyphRun()228 SkSpan<const SkVector> scaledRotations; in blobToGlyphRunList() local274 auto scaledRotations = SkMakeSpan(fScaledRotations.get(), count); in convertRSXForm() local334 SkSpan<const SkVector> scaledRotations) { in makeGlyphRun()
47 SkSpan<const SkVector> scaledRotations() const { return fScaledRotations; } in scaledRotations() function