/external/skia/legacy/include/images/ |
D | SkImageDecoder.h | 245 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()
|
D | SkMovie.h | 29 static SkMovie* DecodeFile(const char path[]);
|
/external/skia/include/images/ |
D | SkImageDecoder.h | 254 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()
|
D | SkMovie.h | 31 static SkMovie* DecodeFile(const char path[]);
|
/external/skia/src/ports/ |
D | SkImageDecoder_empty.cpp | 21 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap*, SkBitmap::Config, in DecodeFile() function in SkImageDecoder
|
/external/skia/bench/ |
D | DecodeBench.cpp | 47 SkImageDecoder::DecodeFile(fFilename, &bm, fPrefConfig, in onDraw()
|
/external/skia/legacy/src/images/ |
D | SkMovie.cpp | 92 SkMovie* SkMovie::DecodeFile(const char path[]) in DecodeFile() function in SkMovie
|
D | SkImageDecoder.cpp | 226 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, in DecodeFile() function in SkImageDecoder
|
/external/skia/src/images/ |
D | SkMovie.cpp | 94 SkMovie* SkMovie::DecodeFile(const char path[]) in DecodeFile() function in SkMovie
|
D | SkImageDecoder.cpp | 230 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, in DecodeFile() function in SkImageDecoder
|
/external/skia/gm/ |
D | gm_expectations.h | 165 SkImageDecoder::DecodeFile(path.c_str(), &referenceBitmap, in get()
|
D | techtalk1.cpp | 266 SkImageDecoder::DecodeFile("/skimages/startrek.png", gBM); in draw_image()
|
/external/skia/src/views/ |
D | SkParsePaint.cpp | 49 if (SkImageDecoder::DecodeFile(str, &bm)) in inflate_shader()
|
D | SkProgressView.cpp | 113 return SkImageDecoder::DecodeFile(file, &bm) ? in inflate_shader()
|
D | SkWidgets.cpp | 526 if (SkImageDecoder::DecodeFile(path, &bitmap))
|
/external/skia/legacy/src/views/ |
D | SkParsePaint.cpp | 49 if (SkImageDecoder::DecodeFile(str, &bm)) in inflate_shader()
|
D | SkProgressView.cpp | 113 return SkImageDecoder::DecodeFile(file, &bm) ? in inflate_shader()
|
D | SkWidgets.cpp | 526 if (SkImageDecoder::DecodeFile(path, &bitmap))
|