Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkPngCodec.cpp621 , fLinesDecoded(0) in SkPngInterlacedDecoder()
637 int fLinesDecoded; member in SkPngInterlacedDecoder
659 SkASSERT(fLinesDecoded == rowNum - fFirstRow); in interlacedRowCallback()
660 fLinesDecoded++; in interlacedRowCallback()
662 SkASSERT(fLinesDecoded == fLastRow - fFirstRow + 1); in interlacedRowCallback()
686 fLinesDecoded = 0;
691 for (int rowNum = 0; rowNum < fLinesDecoded; rowNum++) {
701 *rowsDecoded = fLinesDecoded;
715 fLinesDecoded = 0;
722 if (!fLinesDecoded) {
[all...]

Completed in 2 milliseconds