Home
last modified time | relevance | path

Searched refs:EncodeFile (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/images/
DSkImageEncoder.h27 static bool EncodeFile(const char file[], const SkBitmap&, Type,
/external/skia/src/images/
DSkImageEncoder.cpp37 bool SkImageEncoder::EncodeFile(const char file[], const SkBitmap& bm, Type t, in EncodeFile() function in SkImageEncoder
/external/skia/gm/
Dgmmain.cpp73 return SkImageEncoder::EncodeFile(path.c_str(), copy, in write_bitmap()
/external/skia/bench/
Dbenchmain.cpp111 SkImageEncoder::EncodeFile(str.c_str(), copy, SkImageEncoder::kPNG_Type, in saveFile()