Lines Matching refs:maxScale
145 SkScalar maxScale = SK_ScalarMin;
158 maxScale = std::max(maxScale, scale);
161 maxScale = std::max(maxScale, scale);
164 maxScale = std::max(maxScale, scale);
167 maxScale = std::max(maxScale, scale);
170 if (maxScale * runFont.getSize() > 256) {
171 maxScale = 256.0f / runFont.getSize();
174 SkMatrix cacheScale = SkMatrix::Scale(maxScale, maxScale);
198 // Since the glyph in the cache is scaled by maxScale, its top left vector is too
201 + SkPoint::Make(mask.fBounds.left(), mask.fBounds.top()) * (1.0f/maxScale);
204 // glyph cache (which is multiplied by maxScale) to land in the right place.
206 translate.preScale(1.0f/maxScale, 1.0f/maxScale);
249 const auto& [strikeSpec, strikeToSourceScale, minScale, maxScale] =
273 minScale, maxScale);