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

  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 332 virtual bool onBuildTileIndex(SkStreamRewindable*, int *width, int *height) {
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 185 // we reset this to false before calling onBuildTileIndex
188 return this->onBuildTileIndex(stream, width, height);
SkImageDecoder_libwebp.cpp 112 virtual bool onBuildTileIndex(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
312 bool SkWEBPImageDecoder::onBuildTileIndex(SkStreamRewindable* stream,
SkImageDecoder_libjpeg.cpp 238 virtual bool onBuildTileIndex(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
730 bool SkJPEGImageDecoder::onBuildTileIndex(SkStreamRewindable* stream, int *width, int *height) {
879 // onDecodeSubset() relies on onBuildTileIndex(), which
    [all...]
SkImageDecoder_libpng.cpp 91 virtual bool onBuildTileIndex(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
729 bool SkPNGImageDecoder::onBuildTileIndex(SkStreamRewindable* sk_stream, int *width, int *height) {
    [all...]
  /external/skia/include/core/
SkImageDecoder.h 397 virtual bool onBuildTileIndex(SkStreamRewindable*, int *width, int *height) {
  /external/skia/src/images/
SkImageDecoder.cpp 210 // we reset this to false before calling onBuildTileIndex
213 return this->onBuildTileIndex(stream, width, height);
SkImageDecoder_libwebp.cpp 112 virtual bool onBuildTileIndex(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
323 bool SkWEBPImageDecoder::onBuildTileIndex(SkStreamRewindable* stream,
SkImageDecoder_libjpeg.cpp 238 virtual bool onBuildTileIndex(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
748 bool SkJPEGImageDecoder::onBuildTileIndex(SkStreamRewindable* stream, int *width, int *height) {
897 // onDecodeSubset() relies on onBuildTileIndex(), which
    [all...]
SkImageDecoder_libpng.cpp 91 virtual bool onBuildTileIndex(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
729 bool SkPNGImageDecoder::onBuildTileIndex(SkStreamRewindable* sk_stream, int *width, int *height) {
    [all...]

Completed in 710 milliseconds