Searched defs:scaledRotations (Results 1 – 2 of 2) sorted by relevance
31 SkSpan<const SkVector> scaledRotations) in GlyphRun()122 SkSpan<const SkVector> scaledRotations) { in glyphrun_source_bounds()250 SkSpan<const SkVector> scaledRotations; in blobToGlyphRunList() local297 auto scaledRotations = SkSpan(fScaledRotations.get(), count); in convertRSXForm() local357 SkSpan<const SkVector> scaledRotations) { in makeGlyphRun()
54 SkSpan<const SkVector> scaledRotations() const { return fScaledRotations; } in scaledRotations() function