Lines Matching refs:strikeToSourceScale
171 SkScalar strikeToSourceScale,
188 SkScalar strikeToSourceScale,
206 SkScalar strikeToSourceScale,
211 , fStrikeToSourceScale{strikeToSourceScale}
275 SkScalar strikeToSourceScale,
287 isAntiAliased, strikeToSourceScale, blob, paths, std::move(pathData));
850 SkScalar strikeToSourceScale,
857 SkScalar strikeToSourceScale,
912 SkScalar strikeToSourceScale,
918 , fStrikeToSourceScale{strikeToSourceScale}
925 SkScalar strikeToSourceScale,
940 SkPoint lt = SkPoint::Make(l, t) * strikeToSourceScale + pos,
941 rb = SkPoint::Make(r, b) * strikeToSourceScale + pos;
948 format, blob, strikeToSourceScale, bounds, vertexData,
1117 SkScalar strikeToSourceScale,
1198 SkScalar strikeToSourceScale,
1209 SkPoint lt = SkPoint::Make(l, t) * strikeToSourceScale + pos,
1210 rb = SkPoint::Make(r, b) * strikeToSourceScale + pos;
1221 strikeToSourceScale,
1590 SkScalar strikeToSourceScale) {
1597 drawable, std::move(runStrike), strikeToSourceScale, format, this, &fAlloc);
1640 SkScalar strikeToSourceScale) {
1643 strikeToSourceScale,
1650 SkScalar strikeToSourceScale,
1658 SDFTSubRun::Make(drawables, runFont, std::move(strike), strikeToSourceScale,this, &fAlloc));
1663 SkScalar strikeToSourceScale) {
1665 TransformedMaskSubRun::Make, drawables, std::move(strike), strikeToSourceScale);
1915 SkScalar strikeToSourceScale,
1922 SkScalar strikeToSourceScale,
1967 SkScalar strikeToSourceScale,
1972 , fStrikeToSourceScale{strikeToSourceScale}
1980 SkScalar strikeToSourceScale,
1991 SkPoint lt = SkPoint::Make(l, t) * strikeToSourceScale + pos,
1992 rb = SkPoint::Make(r, b) * strikeToSourceScale + pos;
2001 format, strikeToSourceScale, bounds, vertexData,
2139 SkScalar strikeToSourceScale,
2149 SkScalar strikeToSourceScale,
2196 SkScalar strikeToSourceScale,
2203 , fStrikeToSourceScale{strikeToSourceScale}
2215 SkScalar strikeToSourceScale,
2226 SkPoint lt = SkPoint::Make(l, t) * strikeToSourceScale + pos,
2227 rb = SkPoint::Make(r, b) * strikeToSourceScale + pos;
2237 strikeToSourceScale,
2366 SkScalar strikeToSourceScale) {
2383 sameFormat, sk_sp<SkStrike>(strike), strikeToSourceScale, format, fAlloc));
2391 sameFormat, std::move(strike), strikeToSourceScale, format, fAlloc));
2396 SkScalar strikeToSourceScale) {
2413 SkMatrix strikeToSource = SkMatrix::Scale(strikeToSourceScale, strikeToSourceScale);
2448 SkScalar strikeToSourceScale,
2455 drawables, runFont, std::move(strike), strikeToSourceScale, fAlloc));