Lines Matching refs:strikeToSourceScale
52 SkScalar strikeToSourceScale = pathFont.setupForAsPaths(&pathPaint);
55 strikeToSourceScale};
83 SkScalar strikeToSourceScale = runFontTextSize / fallbackTextSize;
86 strikeToSourceScale};
98 SkScalar strikeToSourceScale = 1;
101 strikeToSourceScale = pathFont->setupForAsPaths(nullptr);
107 strikeToSourceScale};
180 SkScalar strikeToSourceScale;
181 SkFont dfFont = control.getSDFFont(font, deviceMatrix, &strikeToSourceScale);
192 return std::make_tuple(std::move(strikeSpec), strikeToSourceScale, minScale, maxScale);