Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkBmpRLECodec.cpp170 size_t SkBmpRLECodec::checkForMoreData() { in checkForMoreData() function in SkBmpRLECodec
351 if (this->checkForMoreData() < 2) { in decodeRows()
376 if (this->checkForMoreData() < 2) { in decodeRows()
412 if (this->checkForMoreData() < SkAlign2(rowBytes)) { in decodeRows()
471 if (this->checkForMoreData() < 2) { in decodeRows()
DSkBmpRLECodec.h72 size_t checkForMoreData();