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

  /external/skia/include/images/
SkMovie.h 36 static SkMovie* DecodeFile(const char path[]);
SkImageDecoder.h 197 static bool DecodeFile(const char file[], SkBitmap* bitmap,
200 static bool DecodeFile(const char file[], SkBitmap* bitmap) {
201 return DecodeFile(file, bitmap, SkBitmap::kNo_Config,
  /external/skia/bench/
DecodeBench.cpp 38 SkImageDecoder::DecodeFile(fFilename, &bm, fPrefConfig,
  /external/skia/src/images/
SkMovie.cpp 85 SkMovie* SkMovie::DecodeFile(const char path[])
SkImageDecoder.cpp 155 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm,
  /external/skia/src/views/
SkParsePaint.cpp 42 if (SkImageDecoder::DecodeFile(str, &bm))
SkProgressView.cpp 105 return SkImageDecoder::DecodeFile(file, &bm) ?
SkWidgets.cpp 519 if (SkImageDecoder::DecodeFile(path, &bitmap))
  /external/skia/gm/
gmmain.cpp 171 bool success = SkImageDecoder::DecodeFile(path.c_str(), &orig,

Completed in 185 milliseconds