/external/skia/tools/skpdiff/ |
SkImageDiffer.cpp | 27 if (!SkImageDecoder::DecodeFile(baseline, &baselineBitmap)) { 31 if (!SkImageDecoder::DecodeFile(test, &testBitmap)) {
|
SkDiffContext.cpp | 59 if (!SkImageDecoder::DecodeFile(baselinePath, &baselineBitmap)) { 63 if (!SkImageDecoder::DecodeFile(testPath, &testBitmap)) {
|
/external/chromium_org/third_party/skia/include/images/ |
SkMovie.h | 31 static SkMovie* DecodeFile(const char path[]);
|
/external/skia/gm/ |
copyTo4444.cpp | 35 if (!SkImageDecoder::DecodeFile(filename.c_str(), &bm,
|
gm_expectations.cpp | 205 SkImageDecoder::DecodeFile(path.c_str(), &referenceBitmap,
|
techtalk1.cpp | 266 SkImageDecoder::DecodeFile("/skimages/startrek.png", gBM);
|
/external/skia/include/images/ |
SkMovie.h | 31 static SkMovie* DecodeFile(const char path[]);
|
/external/chromium_org/third_party/skia/src/images/ |
SkMovie.cpp | 94 SkMovie* SkMovie::DecodeFile(const char path[]) {
|
SkImageDecoder.cpp | 274 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm,
|
/external/skia/bench/ |
DecodeBench.cpp | 47 SkImageDecoder::DecodeFile(fFilename, &bm, fPrefConfig,
|
/external/skia/src/images/ |
SkMovie.cpp | 94 SkMovie* SkMovie::DecodeFile(const char path[]) {
|
SkImageDecoder.cpp | 277 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm,
|
/external/chromium_org/third_party/skia/include/core/ |
SkImageDecoder.h | 325 static bool DecodeFile(const char file[], SkBitmap* bitmap, 328 static bool DecodeFile(const char file[], SkBitmap* bitmap) { 329 return DecodeFile(file, bitmap, SkBitmap::kNo_Config,
|
/external/skia/include/core/ |
SkImageDecoder.h | 342 static bool DecodeFile(const char file[], SkBitmap* bitmap, 345 static bool DecodeFile(const char file[], SkBitmap* bitmap) { 346 return DecodeFile(file, bitmap, SkBitmap::kNo_Config,
|
/external/chromium_org/third_party/skia/src/ports/ |
SkImageDecoder_empty.cpp | 27 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkBitmap::Config,
|
/external/chromium_org/third_party/skia/src/views/ |
SkParsePaint.cpp | 49 if (SkImageDecoder::DecodeFile(str, &bm))
|
SkProgressView.cpp | 113 return SkImageDecoder::DecodeFile(file, &bm) ?
|
SkWidgets.cpp | 526 if (SkImageDecoder::DecodeFile(path, &bitmap))
|
/external/skia/src/ports/ |
SkImageDecoder_empty.cpp | 27 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkBitmap::Config,
|
/external/skia/src/views/ |
SkParsePaint.cpp | 49 if (SkImageDecoder::DecodeFile(str, &bm))
|
SkProgressView.cpp | 113 return SkImageDecoder::DecodeFile(file, &bm) ?
|
SkWidgets.cpp | 526 if (SkImageDecoder::DecodeFile(path, &bitmap))
|