Searched refs:fRowsWrittenToOutput (Results 1 – 2 of 2) sorted by relevance
496 , fRowsWrittenToOutput(0) in SkPngNormalDecoder()512 int fRowsWrittenToOutput; member in SkPngNormalDecoder533 fRowsWrittenToOutput = 0; in decodeAllRows()538 if (success && fRowsWrittenToOutput == height) { in decodeAllRows()543 *rowsDecoded = fRowsWrittenToOutput; in decodeAllRows()550 SkASSERT(rowNum == fRowsWrittenToOutput); in allRowsCallback()551 fRowsWrittenToOutput++; in allRowsCallback()562 fRowsWrittenToOutput = 0; in setRange()573 if (success && fRowsWrittenToOutput == fRowsNeeded) { in decode()578 *rowsDecoded = fRowsWrittenToOutput; in decode()[all …]
498 , fRowsWrittenToOutput(0) in SkPngNormalDecoder()514 int fRowsWrittenToOutput; member in SkPngNormalDecoder535 fRowsWrittenToOutput = 0; in decodeAllRows()540 if (success && fRowsWrittenToOutput == height) { in decodeAllRows()545 *rowsDecoded = fRowsWrittenToOutput; in decodeAllRows()552 SkASSERT(rowNum == fRowsWrittenToOutput); in allRowsCallback()553 fRowsWrittenToOutput++; in allRowsCallback()564 fRowsWrittenToOutput = 0; in setRange()575 if (success && fRowsWrittenToOutput == fRowsNeeded) { in decode()580 *rowsDecoded = fRowsWrittenToOutput; in decode()[all …]