Home
last modified time | relevance | path

Searched refs:dump_png (Results 1 – 2 of 2) sorted by relevance

/external/skia/fuzz/
Dfuzz.cpp179 static void dump_png(SkBitmap bitmap) { in dump_png() function
432 dump_png(bitmap); in fuzz_img()
452 dump_png(bitmap); in fuzz_skp()
/external/skia/dm/
DDM.cpp976 static bool dump_png(SkBitmap bitmap, const char* path, const char* md5) { in dump_png() function
1185 if (!dump_png(*bitmap, path.c_str(), result.md5.c_str())) { in WriteToDisk()