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

  /external/skia/src/images/
SkMovie.cpp 92 SkMovie* SkMovie::DecodeFile(const char path[])
SkImageDecoder.cpp 226 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm,
  /external/skia/include/images/
SkImageDecoder.h 245 static bool DecodeFile(const char file[], SkBitmap* bitmap,
248 static bool DecodeFile(const char file[], SkBitmap* bitmap) {
249 return DecodeFile(file, bitmap, SkBitmap::kNo_Config,

Completed in 35 milliseconds