Searched refs:linesToSkip (Results 1 – 2 of 2) sorted by relevance
552 const int linesToSkip = std::min(stripeHeight, height - i * stripeHeight); in fuzz_img() local553 codec->skipScanlines(linesToSkip); in fuzz_img()576 const int linesToSkip = std::min(stripeHeight, height - (i + 1) * stripeHeight); in fuzz_img() local577 if (linesToSkip > 0) { in fuzz_img()578 codec->skipScanlines(linesToSkip); in fuzz_img()
661 const int linesToSkip = std::min(stripeHeight, height - i * stripeHeight); in draw() local662 codec->skipScanlines(linesToSkip); in draw()686 const int linesToSkip = std::min(stripeHeight, height - (i + 1) * stripeHeight); in draw() local687 if (linesToSkip > 0) { in draw()688 codec->skipScanlines(linesToSkip); in draw()