Home | History | Annotate | Download | only in tests

Lines Matching defs:outDir

425     SkString outDir = make_filepath(0, outDirStr, "");
426 if (!sk_exists(outDir.c_str())) {
427 if (!sk_mkdir(outDir.c_str())) {
428 SkDebugf("could not create dir %s\n", outDir.c_str());
436 SkString outDir = make_filepath(0, OUT_DIR, "");
437 if (!sk_exists(outDir.c_str())) {
438 if (!sk_mkdir(outDir.c_str())) {
439 SkDebugf("could not create dir %s\n", outDir.c_str());
576 static void writePict(const SkBitmap& bitmap, const char* outDir, const char* pngName) {
577 SkString outFile = make_filepath(0, outDir, pngName);