Lines Matching refs:repeatCount
432 int rowNumber, int repeatCount, bool writeTransparentPixels) in haveDecodedRow() argument
445 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->getInfo().height()); in haveDecodedRow()
460 for (int i = 0; i < repeatCount; i++) { in haveDecodedRow()
470 repeatCount -= i; in haveDecodedRow()
472 repeatCount = (repeatCount - 1) / sampleY + 1; in haveDecodedRow()
475 if (dstRow + repeatCount > scaledHeight) { in haveDecodedRow()
476 repeatCount = scaledHeight - dstRow; in haveDecodedRow()
477 SkASSERT(repeatCount >= 1); in haveDecodedRow()
489 repeatCount = SkTMin(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()
543 if (repeatCount > 1) { in haveDecodedRow()
548 for (int i = 1; i < repeatCount; i++) { in haveDecodedRow()