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 413 virtual bool onBuildTileIndex(SkStream*, int *width, int *height) {
  /external/skia/include/core/
SkImageDecoder.h 430 virtual bool onBuildTileIndex(SkStream*, int *width, int *height) {
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libwebp.cpp 112 virtual bool onBuildTileIndex(SkStream *stream, int *width, int *height) SK_OVERRIDE;
300 bool SkWEBPImageDecoder::onBuildTileIndex(SkStream* stream,
SkImageDecoder.cpp 218 // we reset this to false before calling onBuildTileIndex
221 return this->onBuildTileIndex(stream, width, height);
SkImageDecoder_libjpeg.cpp 198 virtual bool onBuildTileIndex(SkStream *stream, int *width, int *height) SK_OVERRIDE;
640 bool SkJPEGImageDecoder::onBuildTileIndex(SkStream* stream, int *width, int *height) {
    [all...]
SkImageDecoder_libpng.cpp 80 virtual bool onBuildTileIndex(SkStream *stream, int *width, int *height) SK_OVERRIDE;
668 bool SkPNGImageDecoder::onBuildTileIndex(SkStream* sk_stream, int *width, int *height) {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 120 virtual bool onBuildTileIndex(SkStream *stream, int *width, int *height) SK_OVERRIDE;
310 bool SkWEBPImageDecoder::onBuildTileIndex(SkStream* stream,
SkImageDecoder.cpp 221 // we reset this to false before calling onBuildTileIndex
224 return this->onBuildTileIndex(stream, width, height);
SkImageDecoder_libjpeg.cpp 198 virtual bool onBuildTileIndex(SkStream *stream, int *width, int *height) SK_OVERRIDE;
640 bool SkJPEGImageDecoder::onBuildTileIndex(SkStream* stream, int *width, int *height) {
    [all...]
SkImageDecoder_libpng.cpp 80 virtual bool onBuildTileIndex(SkStream *stream, int *width, int *height) SK_OVERRIDE;
674 bool SkPNGImageDecoder::onBuildTileIndex(SkStream* sk_stream, int *width, int *height) {
    [all...]

Completed in 128 milliseconds