Home | History | Annotate | Download | only in tools

Lines Matching refs:outputPath

192     SkString* outputPath = NULL;
194 outputPath = SkNEW(SkString);
195 make_output_filepath(outputPath, *outputDir, inputFilename);
198 bool success = renderer.render(outputPath, out);
199 if (outputPath) {
201 SkDebugf("Could not write to file %s\n", outputPath->c_str());
203 SkDELETE(outputPath);
365 SkString outputPath;
366 make_output_filepath(&outputPath, *outputDir, inputFilename);
367 outputPath.append(".png");
368 if (!SkImageEncoder::EncodeFile(outputPath.c_str(), *bitmap,