Home
last modified time | relevance | path

Searched refs:readRow (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/codec/
DSkWbmpCodec.cpp103 bool SkWbmpCodec::readRow(uint8_t* row) { in readRow() function in SkWbmpCodec
147 if (!this->readRow(src.get())) { in onGetPixels()
177 if (!this->readRow(fSrcBuffer.get())) { in onGetScanlines()
DSkGifCodec.cpp474 bool SkGifCodec::readRow() { function in SkGifCodec
505 if (!this->readRow()) {
568 if (!this->readRow()) {
584 if (!this->readRow()) {
DSkWbmpCodec.h44 bool readRow(uint8_t* row);
DSkGifCodec.h143 bool readRow();