Searched refs:minScale (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkStrikeSpec.cpp | 187 SkScalar minScale, maxScale; in MakeSDFT() local 188 std::tie(minScale, maxScale) = control.computeSDFMinMaxScale(font.getSize(), deviceMatrix); in MakeSDFT() 192 return std::make_tuple(std::move(strikeSpec), strikeToSourceScale, minScale, maxScale); in MakeSDFT()
|
H A D | SkGlyphRunPainter.h | 163 SkScalar minScale,
|
H A D | SkGlyphRunPainter.cpp | 249 const auto& [strikeSpec, strikeToSourceScale, minScale, maxScale] = in processGlyphRun() 273 minScale, maxScale); in processGlyphRun()
|
/third_party/skia/src/gpu/text/ |
H A D | GrTextBlob.h | 265 SkScalar minScale, 318 SkScalar minScale, SkScalar maxScale) override;
|
H A D | GrTextBlob.cpp | 1652 SkScalar minScale, in processSourceSDFT() 1655 fMaxMinScale = std::max(minScale, fMaxMinScale); in processSourceSDFT() 2450 SkScalar minScale, SkScalar maxScale) { in processSourceSDFT() 1648 processSourceSDFT(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, const SkFont& runFont, SkScalar minScale, SkScalar maxScale) processSourceSDFT() argument 2446 processSourceSDFT(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, const SkFont& runFont, SkScalar minScale, SkScalar maxScale) processSourceSDFT() argument
|
/third_party/skia/tests/ |
H A D | MatrixTest.cpp | 268 SkScalar minScale = mat.getMinScale(); in test_matrix_min_max_scale() local 270 REPORTER_ASSERT(reporter, (minScale < 0) == (maxScale < 0)); in test_matrix_min_max_scale() 275 REPORTER_ASSERT(reporter, !success || (scales[0] == minScale && scales[1] == maxScale)); in test_matrix_min_max_scale() 282 // test a bunch of vectors. All should be scaled by between minScale and maxScale in test_matrix_min_max_scale() 300 REPORTER_ASSERT(reporter, minScale / d < gVectorScaleTol); in test_matrix_min_max_scale() 309 REPORTER_ASSERT(reporter, minScale / min >= gCloseScaleTol); in test_matrix_min_max_scale()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgBinaryOps.cpp | 465 const float minScale = 0.25f; in operator ()() local 470 float scale = getQuantizedFloat(rnd, minScale, maxScale, scaleStep); in operator ()()
|
Completed in 11 milliseconds