Lines Matching refs:fLinesDecoded
621 , fLinesDecoded(0)
637 int fLinesDecoded;
659 SkASSERT(fLinesDecoded == rowNum - fFirstRow);
660 fLinesDecoded++;
662 SkASSERT(fLinesDecoded == fLastRow - fFirstRow + 1);
686 fLinesDecoded = 0;
691 for (int rowNum = 0; rowNum < fLinesDecoded; rowNum++) {
701 *rowsDecoded = fLinesDecoded;
715 fLinesDecoded = 0;
722 if (!fLinesDecoded) {
740 while (rowsWrittenToOutput < rowsNeeded && srcRow < fLinesDecoded) {