Home
last modified time | relevance | path

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

/external/skia/include/images/
DSkImageDecoder.h251 static bool DecodeFile(const char file[], SkBitmap* bitmap,
254 static bool DecodeFile(const char file[], SkBitmap* bitmap) { in DecodeFile() function
255 return DecodeFile(file, bitmap, SkBitmap::kNo_Config, in DecodeFile()
DSkMovie.h36 static SkMovie* DecodeFile(const char path[]);
/external/skia/bench/
DDecodeBench.cpp38 SkImageDecoder::DecodeFile(fFilename, &bm, fPrefConfig, in onDraw()
/external/skia/src/images/
DSkMovie.cpp85 SkMovie* SkMovie::DecodeFile(const char path[]) in DecodeFile() function in SkMovie
DSkImageDecoder.cpp221 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, in DecodeFile() function in SkImageDecoder
/external/skia/src/views/
DSkProgressView.cpp105 return SkImageDecoder::DecodeFile(file, &bm) ? in inflate_shader()
DSkParsePaint.cpp42 if (SkImageDecoder::DecodeFile(str, &bm)) in inflate_shader()
DSkWidgets.cpp519 if (SkImageDecoder::DecodeFile(path, &bitmap))
/external/skia/gm/
Dgmmain.cpp171 bool success = SkImageDecoder::DecodeFile(path.c_str(), &orig, in main()