HomeSort by relevance Sort by last modified time
    Searched refs:DecodeFile (Results 1 - 24 of 24) sorted by null

  /external/skia/tools/
test_image_decoder.cpp 26 if (!(SkImageDecoder::DecodeFile(argv[1], &bitmap))) {
  /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 214 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/libvpx/libvpx/test/
vp9_thread_test.cc 101 string DecodeFile(const string& filename, int num_threads) {
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/skia/bench/
DecodeBench.cpp 46 SkImageDecoder::DecodeFile(FLAGS_decodeBenchFilename[0],
  /external/chromium_org/third_party/skia/src/images/
SkMovie.cpp 92 SkMovie* SkMovie::DecodeFile(const char path[]) {
SkImageDecoder.cpp 259 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm,
  /external/skia/src/images/
SkMovie.cpp 92 SkMovie* SkMovie::DecodeFile(const char path[]) {
SkImageDecoder.cpp 259 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm,
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 313 static bool DecodeFile(const char file[], SkBitmap* bitmap,
316 static bool DecodeFile(const char file[], SkBitmap* bitmap) {
317 return DecodeFile(file, bitmap, SkBitmap::kNo_Config,
  /external/skia/include/core/
SkImageDecoder.h 313 static bool DecodeFile(const char file[], SkBitmap* bitmap,
316 static bool DecodeFile(const char file[], SkBitmap* bitmap) {
317 return DecodeFile(file, bitmap, SkBitmap::kNo_Config,
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_empty.cpp 31 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/dm/
DMWriteTask.cpp 95 if (SkImageDecoder::DecodeFile(path.c_str(), &expected)) {
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 31 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))
  /external/skia/tools/skpdiff/
SkDiffContext.cpp 72 if (!SkImageDecoder::DecodeFile(baselinePath, &baselineBitmap)) {
76 if (!SkImageDecoder::DecodeFile(testPath, &testBitmap)) {

Completed in 401 milliseconds