Home
last modified time | relevance | path

Searched defs:linesToSkip (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/fuzz/
H A DFuzzMain.cpp552 const int linesToSkip = std::min(stripeHeight, height - i * stripeHeight); in fuzz_img() local
576 const int linesToSkip = std::min(stripeHeight, height - (i + 1) * stripeHeight); in fuzz_img() local
/third_party/skia/dm/
H A DDMSrcSink.cpp661 const int linesToSkip = std::min(stripeHeight, height - i * stripeHeight); in draw() local
686 const int linesToSkip = std::min(stripeHeight, height - (i + 1) * stripeHeight); in draw() local

Completed in 8 milliseconds