Lines Matching refs:strikeToSourceScale
172 auto [strikeSpec, strikeToSourceScale] = SkStrikeSpec::MakeCanonicalized(*this, paint);
192 if (strikeToSourceScale != 1) {
193 width *= strikeToSourceScale;
195 bounds->fLeft *= strikeToSourceScale;
196 bounds->fTop *= strikeToSourceScale;
197 bounds->fRight *= strikeToSourceScale;
198 bounds->fBottom *= strikeToSourceScale;
210 auto [strikeSpec, strikeToSourceScale] = SkStrikeSpec::MakeCanonicalized(*this, paint);
215 SkMatrix scaleMat = SkMatrix::Scale(strikeToSourceScale, strikeToSourceScale);
225 *cursor++ = glyph->advanceX() * strikeToSourceScale;
231 auto [strikeSpec, strikeToSourceScale] = SkStrikeSpec::MakeCanonicalized(*this);
238 sum += glyph->advanceVector() * strikeToSourceScale;
245 auto [strikeSpec, strikeToSourceScale] = SkStrikeSpec::MakeCanonicalized(*this);
253 loc += glyph->advanceX() * strikeToSourceScale;
290 auto [strikeSpec, strikeToSourceScale] = SkStrikeSpec::MakeCanonicalized(*this, nullptr);
300 if (strikeToSourceScale != 1) {
301 SkFontPriv::ScaleFontMetrics(metrics, strikeToSourceScale);