Home | History | Annotate | Download | only in tools

Lines Matching refs:outputPath

157     SkString* outputPath = NULL;
159 outputPath = SkNEW(SkString);
160 make_output_filepath(outputPath, *outputDir, inputFilename);
163 success = renderer.render(outputPath, out);
164 if (outputPath) {
166 SkDebugf("Could not write to file %s\n", outputPath->c_str());
168 SkDELETE(outputPath);
266 SkString outputPath;
267 make_output_filepath(&outputPath, *outputDir, inputFilename);
268 outputPath.append(".png");
269 if (!SkImageEncoder::EncodeFile(outputPath.c_str(), *bitmap,