Home
last modified time | relevance | path

Searched refs:scaledRotations (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/text/
DGlyphRun.cpp29 SkSpan<const SkVector> scaledRotations) in GlyphRun() argument
33 , fScaledRotations{scaledRotations}
87 if (run.scaledRotations().empty()) { in makeBlob()
103 run.scaledRotations())) { in makeBlob()
118 SkSpan<const SkVector> scaledRotations) { in glyphrun_source_bounds() argument
131 if (scaledRotations.empty()) { in glyphrun_source_bounds()
151 for (auto [pos, scaleRotate, glyph] : SkMakeZip(positions, scaledRotations, glyphs)) { in glyphrun_source_bounds()
164 if (scaledRotations.empty()) { in glyphrun_source_bounds()
176 for (auto [pos, scaleRotate] : SkMakeZip(positions, scaledRotations)) { in glyphrun_source_bounds()
187 glyphrun_source_bounds(run.font(), paint, run.source(), run.scaledRotations()); in makeGlyphRunList()
[all …]
DGlyphRun.h62 SkSpan<const SkVector> scaledRotations);
73 SkSpan<const SkVector> scaledRotations() const { return fScaledRotations; } in scaledRotations() function
126 if (!run.scaledRotations().empty()) { return true; } in hasRSXForm()
186 SkSpan<const SkVector> scaledRotations);
/external/skia/src/core/
DSkDevice.cpp439 if (run.scaledRotations().empty()) { in simplifyGlyphRunRSXFormAndRedraw()
458 auto [scos, ssin] = run.scaledRotations()[i]; in simplifyGlyphRunRSXFormAndRedraw()
DSkTextBlob.cpp934 if (glyphRun.scaledRotations().empty()) { in getIntercepts()