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

  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 413 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_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/include/core/
SkImageDecoder.h 430 virtual bool onBuildTileIndex(SkStream*, int *width, int *height) {
  /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_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 78 milliseconds