Lines Matching refs:writePath
1037 // If writePath is not NULL, also write images (or documents) to the specified path.
1040 const char writePath [],
1061 if (writePath && (gRec.fFlags & kWrite_ConfigFlag)) {
1062 path = make_bitmap_filename(writePath, gm->shortName(), gRec.fName,
1071 if (writePath && (gRec.fFlags & kWrite_ConfigFlag)) {
1072 path = make_filename(writePath, gm->shortName(), gRec.fName, "", "pdf");
1097 if (writePath && (gRec.fFlags & kWrite_ConfigFlag)) {
1098 path = make_bitmap_filename(writePath, gm->shortName(),
1115 if (writePath && (gRec.fFlags & kWrite_ConfigFlag)) {
1116 path = make_filename(writePath, gm->shortName(), gRec.fName, "", "xps");
1460 DEFINE_string2(writePath, w, "", "Write rendered images into this directory.");
1627 const char* writePath;
1629 writePath = FLAGS_writePath[0];
1631 writePath = NULL;
1636 writePath, gpuTarget,