Home
last modified time | relevance | path

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

/external/skia/bench/
Dbenchmain.cpp87 static void make_filename(const char name[], SkString* path) { in make_filename() function
123 make_filename(name, &filename); in saveFile()
/external/skia/gm/
Dgmmain.cpp226 SkString make_filename(const char *path, in make_filename() function in GMMain
257 return make_filename(path, shortName, configName, renderModeDescriptor, in make_bitmap_filename()
1072 path = make_filename(writePath, gm->shortName(), gRec.fName, "", "pdf"); in test_drawing()
1116 path = make_filename(writePath, gm->shortName(), gRec.fName, "", "xps"); in test_drawing()
1714 SkString path = gmmain.make_filename(FLAGS_writePicturePath[0], gm->shortName(), in run_multiple_modes()