Home
last modified time | relevance | path

Searched refs:rowNeeded (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/codec/
DSkSampler.h43 bool rowNeeded(int row) const { in rowNeeded() function
DSkPngCodec.cpp594 if (!this->swizzler() || this->swizzler()->rowNeeded(rowNum - fFirstRow)) { in rowCallback()
/third_party/flutter/skia/src/codec/
DSkSampler.h43 bool rowNeeded(int row) const { in rowNeeded() function
DSkGifCodec.cpp442 if (fSwizzler->rowNeeded(potentialRow)) { in haveDecodedRow()
DSkPngCodec.cpp596 if (!this->swizzler() || this->swizzler()->rowNeeded(rowNum - fFirstRow)) { in rowCallback()
/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp447 if (fSwizzler->rowNeeded(potentialRow)) { in haveDecodedRow()