Searched refs:DecodeFile (Results 1 - 18 of 18) sorted by relevance

/external/skia/legacy/include/images/
H A DSkMovie.h29 static SkMovie* DecodeFile(const char path[]);
H A DSkImageDecoder.h245 static bool DecodeFile(const char file[], SkBitmap* bitmap,
248 static bool DecodeFile(const char file[], SkBitmap* bitmap) { function in class:SkImageDecoder
249 return DecodeFile(file, bitmap, SkBitmap::kNo_Config,
/external/skia/include/images/
H A DSkMovie.h31 static SkMovie* DecodeFile(const char path[]);
H A DSkImageDecoder.h254 static bool DecodeFile(const char file[], SkBitmap* bitmap,
257 static bool DecodeFile(const char file[], SkBitmap* bitmap) { function in class:SkImageDecoder
258 return DecodeFile(file, bitmap, SkBitmap::kNo_Config,
/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp21 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap*, SkBitmap::Config, function in class:SkImageDecoder
/external/skia/bench/
H A DDecodeBench.cpp47 SkImageDecoder::DecodeFile(fFilename, &bm, fPrefConfig,
/external/skia/legacy/src/images/
H A DSkMovie.cpp92 SkMovie* SkMovie::DecodeFile(const char path[]) function in class:SkMovie
H A DSkImageDecoder.cpp226 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, function in class:SkImageDecoder
/external/skia/src/images/
H A DSkMovie.cpp94 SkMovie* SkMovie::DecodeFile(const char path[]) function in class:SkMovie
H A DSkImageDecoder.cpp230 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, function in class:SkImageDecoder
/external/skia/gm/
H A Dgm_expectations.h165 SkImageDecoder::DecodeFile(path.c_str(), &referenceBitmap,
H A Dtechtalk1.cpp266 SkImageDecoder::DecodeFile("/skimages/startrek.png", gBM);
/external/skia/legacy/src/views/
H A DSkParsePaint.cpp49 if (SkImageDecoder::DecodeFile(str, &bm))
H A DSkProgressView.cpp113 return SkImageDecoder::DecodeFile(file, &bm) ?
H A DSkWidgets.cpp526 if (SkImageDecoder::DecodeFile(path, &bitmap))
/external/skia/src/views/
H A DSkParsePaint.cpp49 if (SkImageDecoder::DecodeFile(str, &bm))
H A DSkProgressView.cpp113 return SkImageDecoder::DecodeFile(file, &bm) ?
H A DSkWidgets.cpp526 if (SkImageDecoder::DecodeFile(path, &bitmap))

Completed in 392 milliseconds