/external/chromium_org/third_party/skia/include/core/ |
SkImageDecoder.h | 389 virtual bool onBuildTileIndex(SkStreamRewindable*, int *width, int *height) {
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder.cpp | 204 // we reset this to false before calling onBuildTileIndex 207 return this->onBuildTileIndex(stream, width, height);
|
SkImageDecoder_libwebp.cpp | 113 virtual bool onBuildTileIndex(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE; 300 bool SkWEBPImageDecoder::onBuildTileIndex(SkStreamRewindable* stream,
|
SkImageDecoder_libjpeg.cpp | 238 virtual bool onBuildTileIndex(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE; 732 bool SkJPEGImageDecoder::onBuildTileIndex(SkStreamRewindable* stream, int *width, int *height) { 886 // onDecodeSubset() relies on onBuildTileIndex(), which [all...] |
SkImageDecoder_libpng.cpp | 93 virtual bool onBuildTileIndex(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE; 739 bool SkPNGImageDecoder::onBuildTileIndex(SkStreamRewindable* sk_stream, int *width, int *height) { [all...] |
/external/skia/include/core/ |
SkImageDecoder.h | 389 virtual bool onBuildTileIndex(SkStreamRewindable*, int *width, int *height) {
|
/external/skia/src/images/ |
SkImageDecoder.cpp | 204 // we reset this to false before calling onBuildTileIndex 207 return this->onBuildTileIndex(stream, width, height);
|
SkImageDecoder_libwebp.cpp | 113 virtual bool onBuildTileIndex(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE; 300 bool SkWEBPImageDecoder::onBuildTileIndex(SkStreamRewindable* stream,
|
SkImageDecoder_libjpeg.cpp | 238 virtual bool onBuildTileIndex(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE; 732 bool SkJPEGImageDecoder::onBuildTileIndex(SkStreamRewindable* stream, int *width, int *height) { 886 // onDecodeSubset() relies on onBuildTileIndex(), which [all...] |
SkImageDecoder_libpng.cpp | 93 virtual bool onBuildTileIndex(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE; 738 bool SkPNGImageDecoder::onBuildTileIndex(SkStreamRewindable* sk_stream, int *width, int *height) { [all...] |