Home
last modified time | relevance | path

Searched refs:rewindIfNeeded (Results 1 – 7 of 7) sorted by relevance

/external/skia/include/codec/
DSkCodec.h169 RewindState SK_WARN_UNUSED_RESULT rewindIfNeeded();
/external/skia/src/codec/
DSkCodec.cpp78 SkCodec::RewindState SkCodec::rewindIfNeeded() { in rewindIfNeeded() function in SkCodec
DSkCodec_wbmp.cpp109 SkCodec::RewindState rewindState = this->rewindIfNeeded(); in onGetPixels()
DSkJpegCodec.cpp235 switch(this->rewindIfNeeded()) { in handleRewind()
DSkCodec_libgif.cpp246 SkCodec::RewindState rewindState = this->rewindIfNeeded();
DSkCodec_libpng.cpp487 switch (this->rewindIfNeeded()) { in handleRewind()
DSkCodec_libbmp.cpp580 SkCodec::RewindState rewindState = this->rewindIfNeeded(); in onGetPixels()