Searched refs:kBlurSigmas (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/gm/ |
D | imageblur2.cpp | 26 constexpr float kBlurSigmas[] = { 0.0, 0.3f, 0.5f, 2.0f, 32.0f, 80.0f }; in DEF_SIMPLE_GM() local 35 constexpr int sigmaCount = SK_ARRAY_COUNT(kBlurSigmas); in DEF_SIMPLE_GM() 45 SkScalar sigmaX = kBlurSigmas[x]; in DEF_SIMPLE_GM() 47 SkScalar sigmaY = kBlurSigmas[y]; in DEF_SIMPLE_GM()
|
/third_party/flutter/skia/gm/ |
D | imageblur2.cpp | 26 constexpr float kBlurSigmas[] = { 0.0, 0.3f, 0.5f, 2.0f, 32.0f, 80.0f }; in DEF_SIMPLE_GM() local 35 constexpr int sigmaCount = SK_ARRAY_COUNT(kBlurSigmas); in DEF_SIMPLE_GM() 45 SkScalar sigmaX = kBlurSigmas[x]; in DEF_SIMPLE_GM() 47 SkScalar sigmaY = kBlurSigmas[y]; in DEF_SIMPLE_GM()
|