Home
last modified time | relevance | path

Searched refs:fScaledRotations (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkGlyphRun.cpp33 , fScaledRotations{scaledRotations}
52 if (fScaledRotations.empty()) { in sourceBounds()
73 SkMakeZip(this->positions(), fScaledRotations, glyphs)) { in sourceBounds()
86 if (fScaledRotations.empty()) { in sourceBounds()
98 for (auto [pos, scaleRotate] : SkMakeZip(this->positions(), fScaledRotations)) { in sourceBounds()
216 SkVector* scaledRotationsCursor = fScaledRotations; in blobToGlyphRunList()
274 auto scaledRotations = SkMakeSpan(fScaledRotations.get(), count); in convertRSXForm()
306 fScaledRotations.reset(RSXFormCount); in prepareBuffers()
DSkGlyphRun.h47 SkSpan<const SkVector> scaledRotations() const { return fScaledRotations; } in scaledRotations()
58 const SkSpan<const SkVector> fScaledRotations; variable
157 SkAutoTMalloc<SkVector> fScaledRotations; variable