Home
last modified time | relevance | path

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

/third_party/skia/gm/
H A Dblurtextsmallradii.cpp18 double sigmas[] = {0.5, 0.75, 1.0, 1.5, 2.5}; in DEF_SIMPLE_GM() local
21 for (auto sigma : sigmas) { in DEF_SIMPLE_GM()
H A Dblurimagevmask.cpp34 const double sigmas[] = {3.0, 8.0, 16.0, 24.0, 32.0}; in DEF_SIMPLE_GM() local
41 for (auto sigma:sigmas) { in DEF_SIMPLE_GM()
/third_party/skia/tests/
H A DBlurTest.cpp309 // Test out the normal blur style with a wide range of sigmas
363 const SkScalar sigmas[] = { in DEF_TEST() local
372 for (size_t j = 0; j < SK_ARRAY_COUNT(sigmas); ++j) { in DEF_TEST()
373 const SkScalar sigma = sigmas[j]; in DEF_TEST()
407 for (size_t j = 0; j < SK_ARRAY_COUNT(sigmas); ++j) { in DEF_TEST()
408 const SkScalar sigma = sigmas[j]; in DEF_TEST()
521 const SkScalar sigmas[] = { 0, SkBits2Float(1) }; in DEF_TEST() local
524 for (auto sigma : sigmas) { in DEF_TEST()
/third_party/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp307 // sigmas preceded and/or followed by cased letters in TestCaseConversion()
309 sigmas=UnicodeString("i\\u0307\\u03a3\\u0308j \\u0307\\u03a3\\u0308j i\\u00ad\\u03a3\\u0308 \\u0307\\u03a3\\u0308 ", "").unescape(), in TestCaseConversion() local
313 (t=sigmas).toLower(); in TestCaseConversion()
315 errln("error in sigmas.toLower()=\"" + t + "\" expected \"" + sigmasLower + "\""); in TestCaseConversion()
318 (t=sigmas).toUpper(Locale("")); in TestCaseConversion()
320 errln("error in sigmas.toUpper()=\"" + t + "\" expected \"" + sigmasUpper + "\""); in TestCaseConversion()

Completed in 5 milliseconds