Searched refs:linesToSkip (Results 1 – 4 of 4) 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()
499 const int linesToSkip = SkTMin(stripeHeight, height - i * stripeHeight); in fuzz_img() local500 codec->skipScanlines(linesToSkip); in fuzz_img()523 const int linesToSkip = SkTMin(stripeHeight, height - (i + 1) * stripeHeight); in fuzz_img() local524 if (linesToSkip > 0) { in fuzz_img()525 codec->skipScanlines(linesToSkip); in fuzz_img()
598 const int linesToSkip = SkTMin(stripeHeight, height - i * stripeHeight); in draw() local599 codec->skipScanlines(linesToSkip); in draw()623 const int linesToSkip = SkTMin(stripeHeight, height - (i + 1) * stripeHeight); in draw() local624 if (linesToSkip > 0) { in draw()625 codec->skipScanlines(linesToSkip); in draw()
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()