Home
last modified time | relevance | path

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

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