Home
last modified time | relevance | path

Searched refs:kSigmas (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/gm/
H A Dblurrect.cpp285 auto sigma = kSigmas[sigmaIdx] + fSigmaAnimationBoost;
397 auto sigma = kSigmas[sigmaIdx] + fSigmaAnimationBoost; in prepareReferenceMasks()
411 auto sigma = kSigmas[sigmaIdx] + fSigmaAnimationBoost; in prepareActualMasks()
487 inline static constexpr float kSigmas[] = {0.5f, 1.2f, 2.3f, 3.9f, 7.4f}; member in skiagm::BlurRectCompareGM
489 inline static constexpr size_t kNumSigmas = SK_ARRAY_COUNT(kSigmas);
511 static constexpr float kSigmas[] = {0.5f, 1.2f, 2.3f, 3.9f, 7.4f}; in DEF_SIMPLE_GM() local
512 static constexpr size_t kNumSigmas = SK_ARRAY_COUNT(kSigmas); in DEF_SIMPLE_GM()
543 float blurPad = 2.f*kSigmas[kNumSigmas - 1]; in DEF_SIMPLE_GM()
546 for (auto sigma : kSigmas) { in DEF_SIMPLE_GM()

Completed in 3 milliseconds