Lines Matching refs:fLinesDecoded
616 , fLinesDecoded(0) in SkPngInterlacedDecoder()
632 int fLinesDecoded; member in SkPngInterlacedDecoder
654 SkASSERT(fLinesDecoded == rowNum - fFirstRow); in interlacedRowCallback()
655 fLinesDecoded++; in interlacedRowCallback()
657 SkASSERT(fLinesDecoded == fLastRow - fFirstRow + 1); in interlacedRowCallback()
681 fLinesDecoded = 0; in decodeAllRows()
686 for (int rowNum = 0; rowNum < fLinesDecoded; rowNum++) { in decodeAllRows()
696 *rowsDecoded = fLinesDecoded; in decodeAllRows()
710 fLinesDecoded = 0; in setRange()
717 if (!fLinesDecoded) { in decode()
735 while (rowsWrittenToOutput < rowsNeeded && srcRow < fLinesDecoded) { in decode()