Searched refs:sigmaCount (Results 1 – 2 of 2) sorted by relevance
35 constexpr int sigmaCount = SK_ARRAY_COUNT(kBlurSigmas); in DEF_SIMPLE_GM() local37 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()