Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGlyphRun.cpp29 SkSpan<const SkVector> scaledRotations) in SkGlyphRun()
228 SkSpan<const SkVector> scaledRotations; in blobToGlyphRunList() local
274 auto scaledRotations = SkMakeSpan(fScaledRotations.get(), count); in convertRSXForm() local
334 SkSpan<const SkVector> scaledRotations) { in makeGlyphRun()
DSkGlyphRun.h47 SkSpan<const SkVector> scaledRotations() const { return fScaledRotations; } in scaledRotations() function