Searched refs:fLinesDecoded (Results 1 – 2 of 2) sorted by relevance
616 , fLinesDecoded(0) in SkPngInterlacedDecoder()632 int fLinesDecoded; member in SkPngInterlacedDecoder654 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()[all …]
618 , fLinesDecoded(0) in SkPngInterlacedDecoder()634 int fLinesDecoded; member in SkPngInterlacedDecoder656 SkASSERT(fLinesDecoded == rowNum - fFirstRow); in interlacedRowCallback()657 fLinesDecoded++; in interlacedRowCallback()659 SkASSERT(fLinesDecoded == fLastRow - fFirstRow + 1); in interlacedRowCallback()683 fLinesDecoded = 0; in decodeAllRows()688 for (int rowNum = 0; rowNum < fLinesDecoded; rowNum++) { in decodeAllRows()698 *rowsDecoded = fLinesDecoded; in decodeAllRows()712 fLinesDecoded = 0; in setRange()719 if (!fLinesDecoded) { in decode()[all …]