Lines Matching refs:repeatCount
417 int rowNumber, int repeatCount, bool writeTransparentPixels) in haveDecodedRow() argument
430 const int yEnd = std::min(yBegin + repeatCount, this->dimensions().height()); in haveDecodedRow()
445 for (int i = 0; i < repeatCount; i++) { in haveDecodedRow()
455 repeatCount -= i; in haveDecodedRow()
457 repeatCount = (repeatCount - 1) / sampleY + 1; in haveDecodedRow()
460 if (dstRow + repeatCount > scaledHeight) { in haveDecodedRow()
461 repeatCount = scaledHeight - dstRow; in haveDecodedRow()
462 SkASSERT(repeatCount >= 1); in haveDecodedRow()
474 repeatCount = std::min(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()
528 if (repeatCount > 1) { in haveDecodedRow()
533 for (int i = 1; i < repeatCount; i++) { in haveDecodedRow()