Home
last modified time | relevance | path

Searched refs:sigmaCount (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/gm/
Dimageblur2.cpp35 constexpr int sigmaCount = SK_ARRAY_COUNT(kBlurSigmas); in DEF_SIMPLE_GM() local
37 constexpr SkScalar dx = kWidth / sigmaCount; in DEF_SIMPLE_GM()
38 constexpr SkScalar dy = kHeight / sigmaCount; in DEF_SIMPLE_GM()
44 for (int x = 0; x < sigmaCount; x++) { in DEF_SIMPLE_GM()
46 for (int y = 0; y < sigmaCount; y++) { in DEF_SIMPLE_GM()
/third_party/flutter/skia/gm/
Dimageblur2.cpp35 constexpr int sigmaCount = SK_ARRAY_COUNT(kBlurSigmas); in DEF_SIMPLE_GM() local
37 constexpr SkScalar dx = kWidth / sigmaCount; in DEF_SIMPLE_GM()
38 constexpr SkScalar dy = kHeight / sigmaCount; in DEF_SIMPLE_GM()
44 for (int x = 0; x < sigmaCount; x++) { in DEF_SIMPLE_GM()
46 for (int y = 0; y < sigmaCount; y++) { in DEF_SIMPLE_GM()