Searched defs:scaledRotations (Results 1 – 2 of 2) sorted by relevance
29 SkSpan<const SkVector> scaledRotations) in GlyphRun()118 SkSpan<const SkVector> scaledRotations) { in glyphrun_source_bounds()246 SkSpan<const SkVector> scaledRotations; in blobToGlyphRunList() local293 auto scaledRotations = SkSpan(fScaledRotations.get(), count); in convertRSXForm() local353 SkSpan<const SkVector> scaledRotations) { in makeGlyphRun()
73 SkSpan<const SkVector> scaledRotations() const { return fScaledRotations; } in scaledRotations() function