Home
last modified time | relevance | path

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

/external/skia/include/images/
DSkImageEncoder.h28 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/tests/
DBlitRowTest.cpp185 SkImageEncoder::EncodeFile(name, bm, SkImageEncoder::kPNG_Type, 100); in save_bm()
/external/skia/bench/
Dbenchmain.cpp115 SkImageEncoder::EncodeFile(str.c_str(), copy, SkImageEncoder::kPNG_Type, in saveFile()
/external/skia/gm/
Dgmmain.cpp92 return SkImageEncoder::EncodeFile(path.c_str(), copy, in write_bitmap()
/external/skia/samplecode/
DSampleSlides.cpp771 SkImageEncoder::EncodeFile(str.c_str(), bm, SkImageEncoder::kPNG_Type, 100); in SlideView()
DSampleApp.cpp821 SkImageEncoder::EncodeFile(name.c_str(), bmp, in afterChildren()