Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/text/
H A DGlyphRun.cpp31 SkSpan<const SkVector> scaledRotations) in GlyphRun()
122 SkSpan<const SkVector> scaledRotations) { in glyphrun_source_bounds()
250 SkSpan<const SkVector> scaledRotations; in blobToGlyphRunList() local
297 auto scaledRotations = SkSpan(fScaledRotations.get(), count); in convertRSXForm() local
357 SkSpan<const SkVector> scaledRotations) { in makeGlyphRun()
H A DGlyphRun.h54 SkSpan<const SkVector> scaledRotations() const { return fScaledRotations; } in scaledRotations() function