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

/external/skia/tools/
H A Dtest_image_decoder.cpp26 if (!(SkImageDecoder::DecodeFile(argv[1], &bitmap))) {
/external/skia/gm/
H A DcopyTo4444.cpp35 if (!SkImageDecoder::DecodeFile(filename.c_str(), &bm,
H A Dgm_expectations.cpp214 SkImageDecoder::DecodeFile(path.c_str(), &referenceBitmap,
H A Dtechtalk1.cpp266 SkImageDecoder::DecodeFile("/skimages/startrek.png", gBM);
/external/libvpx/libvpx/test/
H A Dvp9_thread_test.cc101 string DecodeFile(const string& filename, int num_threads) { function in namespace:__anon21512
132 DecodeFile("vp90-2-03-size-226x226.webm", 2).c_str());
148 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
/external/chromium_org/third_party/skia/include/images/
H A DSkMovie.h31 static SkMovie* DecodeFile(const char path[]);
/external/skia/bench/
H A DDecodeBench.cpp46 SkImageDecoder::DecodeFile(FLAGS_decodeBenchFilename[0],
/external/skia/include/images/
H A DSkMovie.h31 static SkMovie* DecodeFile(const char path[]);
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie.cpp92 SkMovie* SkMovie::DecodeFile(const char path[]) { function in class:SkMovie
H A DSkImageDecoder.cpp259 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, function in class:SkImageDecoder
/external/skia/src/images/
H A DSkMovie.cpp92 SkMovie* SkMovie::DecodeFile(const char path[]) { function in class:SkMovie
H A DSkImageDecoder.cpp259 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, function in class:SkImageDecoder
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h313 static bool DecodeFile(const char file[], SkBitmap* bitmap,
316 static bool DecodeFile(const char file[], SkBitmap* bitmap) { function in class:SkImageDecoder
317 return DecodeFile(file, bitmap, SkBitmap::kNo_Config,
/external/skia/include/core/
H A DSkImageDecoder.h313 static bool DecodeFile(const char file[], SkBitmap* bitmap,
316 static bool DecodeFile(const char file[], SkBitmap* bitmap) { function in class:SkImageDecoder
317 return DecodeFile(file, bitmap, SkBitmap::kNo_Config,
/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_empty.cpp31 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkBitmap::Config, function in class:SkImageDecoder
/external/chromium_org/third_party/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))
/external/skia/dm/
H A DDMWriteTask.cpp95 if (SkImageDecoder::DecodeFile(path.c_str(), &expected)) {
/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp31 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkBitmap::Config, function in class:SkImageDecoder
/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))
/external/skia/tools/skpdiff/
H A DSkDiffContext.cpp72 if (!SkImageDecoder::DecodeFile(baselinePath, &baselineBitmap)) {
76 if (!SkImageDecoder::DecodeFile(testPath, &testBitmap)) {

Completed in 1094 milliseconds