Home
last modified time | relevance | path

Searched refs:fLinesDecoded (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/codec/
DSkPngCodec.cpp616 , 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()
[all …]
/third_party/flutter/skia/src/codec/
DSkPngCodec.cpp618 , fLinesDecoded(0) in SkPngInterlacedDecoder()
634 int fLinesDecoded; member in SkPngInterlacedDecoder
656 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 …]