HomeSort by relevance Sort by last modified time
    Searched refs:onDecodeRegion (Results 1 - 4 of 4) sorted by null

  /external/skia/include/images/
SkImageDecoder.h 330 virtual bool onDecodeRegion(SkBitmap* bitmap, SkIRect rect) {
  /external/skia/src/images/
SkImageDecoder.cpp 179 // we reset this to false before calling onDecodeRegion
184 if (!this->onDecodeRegion(&tmp, rect)) {
SkImageDecoder_libjpeg.cpp 83 virtual bool onDecodeRegion(SkBitmap* bitmap, SkIRect rect);
509 bool SkJPEGImageDecoder::onDecodeRegion(SkBitmap* bm, SkIRect region) {
SkImageDecoder_libpng.cpp 69 virtual bool onDecodeRegion(SkBitmap* bitmap, SkIRect rect);
610 bool SkPNGImageDecoder::onDecodeRegion(SkBitmap* bm, SkIRect rect) {
    [all...]

Completed in 37 milliseconds