Searched refs:fScaledRotations (Results 1 – 2 of 2) sorted by relevance
33 , 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()
47 SkSpan<const SkVector> scaledRotations() const { return fScaledRotations; } in scaledRotations()58 const SkSpan<const SkVector> fScaledRotations; variable157 SkAutoTMalloc<SkVector> fScaledRotations; variable