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

  /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/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/chromium_org/third_party/skia/src/ports/
SkImageDecoder_empty.cpp 31 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkBitmap::Config,
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 31 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkBitmap::Config,
  /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,

Completed in 53 milliseconds