Home
last modified time | relevance | path

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

/third_party/skia/fuzz/
H A DFuzzMain.cpp538 const int numStripes = (height + stripeHeight - 1) / stripeHeight; in fuzz_img() local
550 for (int i = 0; i < numStripes; i += 2) { in fuzz_img()
569 for (int i = 0; i < numStripes; i += 2) { in fuzz_img()
/third_party/skia/tests/
H A DCodecTest.cpp143 // Note that if numStripes does not evenly divide height there will be an extra in test_in_stripes()
145 const int numStripes = 4; in test_in_stripes() local
147 if (numStripes > height) { in test_in_stripes()
152 const int stripeHeight = height / numStripes; in test_in_stripes()
/third_party/skia/dm/
H A DDMSrcSink.cpp645 const int numStripes = (height + stripeHeight - 1) / stripeHeight; in draw() local
659 for (int i = 0; i < numStripes; i += 2) { in draw()
678 for (int i = 0; i < numStripes; i += 2) { in draw()

Completed in 9 milliseconds