Home
last modified time | relevance | path

Searched defs:scaledRotations (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/text/
DGlyphRun.cpp29 SkSpan<const SkVector> scaledRotations) in GlyphRun()
118 SkSpan<const SkVector> scaledRotations) { in glyphrun_source_bounds()
246 SkSpan<const SkVector> scaledRotations; in blobToGlyphRunList() local
293 auto scaledRotations = SkSpan(fScaledRotations.get(), count); in convertRSXForm() local
353 SkSpan<const SkVector> scaledRotations) { in makeGlyphRun()
DGlyphRun.h73 SkSpan<const SkVector> scaledRotations() const { return fScaledRotations; } in scaledRotations() function