Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DSRGBTest.cpp78 static const int kSteps = 128; in DEF_TEST() local
79 SkColor4f rgba[kSteps]; in DEF_TEST()
82 float scale = 10000.0f / (3*kSteps); in DEF_TEST()
91 for (int i = 0; i < kSteps; i++) { in DEF_TEST()
109 p.run(0,0,kSteps,1); in DEF_TEST()
116 for (int i = 0; i < kSteps; i++) { in DEF_TEST()
/third_party/skia/gm/
H A Dcolorfilters.cpp133 const auto dh = (std::get<1>(tst.h) - std::get<0>(tst.h)) / (kSteps - 1),
134 ds = (std::get<1>(tst.s) - std::get<0>(tst.s)) / (kSteps - 1),
135 dl = (std::get<1>(tst.l) - std::get<0>(tst.l)) / (kSteps - 1);
141 for (size_t i = 0; i < kSteps; ++i) {
159 inline static constexpr size_t kSteps = 7; member in HSLColorFilterGM
H A Dclip_sierpinski_region.cpp19 static constexpr int kSteps = 4; in DEF_SIMPLE_GM() local
22 for (int i = 0; i < kSteps; ++i, n*=3, s/=3.f) { in DEF_SIMPLE_GM()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DShaderTests.cpp48 uint32_t const kSteps = 19; in TEST_P() local
50 wgpu::Buffer buffer = CreateBuffer(kSteps); in TEST_P()
102 EXPECT_BUFFER_U32_RANGE_EQ(expected.data(), buffer, 0, kSteps); in TEST_P()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lens_correction.cpp891 const uint32 kSteps = 128;
893 const real64 kNorm = kMaxValue / real64 (kSteps - 1);
898 for (uint32 i = 0; i < kSteps; i++)

Completed in 6 milliseconds