Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkPngCodec.cpp504 , fFirstRow(0) in SkPngNormalDecoder()
522 int fFirstRow; // FIXME: Move to baseclass? member in SkPngNormalDecoder
539 fFirstRow = 0;
563 fFirstRow = firstRow;
568 fRowsNeeded = fLastRow - fFirstRow + 1;
574 fRowsNeeded = get_scaled_dimension(fLastRow - fFirstRow + 1, sampleY);
590 if (rowNum < fFirstRow) { in rowCallback()
599 if (!this->swizzler() || this->swizzler()->rowNeeded(rowNum - fFirstRow)) { in rowCallback()
619 , fFirstRow(0) in SkPngInterlacedDecoder()
633 int fFirstRow; member in SkPngInterlacedDecoder
[all...]

Completed in 2 milliseconds