Home | History | Annotate | Download | only in tools

Lines Matching refs:inputPath

142 static bool render_picture_internal(const SkString& inputPath, const SkString* writePath,
146 SkString inputFilename = SkOSPath::SkBasename(inputPath.c_str());
157 inputStream.setPath(inputPath.c_str());
159 SkDebugf("Could not open file %s\n", inputPath.c_str());
174 SkDebugf("deserializing... %s\n", inputPath.c_str());
179 SkDebugf("Could not read an SkPicture from %s\n", inputPath.c_str());
196 inputPath.c_str());
257 * Render the SKP file(s) within inputPath.
259 * @param inputPath path to an individual SKP file, or a directory of SKP files
265 static bool render_picture(const SkString& inputPath, const SkString* writePath,
271 bool success = render_picture_internal(inputPath,
299 success = render_picture_internal(inputPath, NULL, NULL, *referenceRenderer,
355 SkString inputFilename = SkOSPath::SkBasename(inputPath.c_str());
389 SkString inputPath = SkOSPath::SkPathJoin(input, inputFilename.c_str());
390 if (!render_picture(inputPath, writePath, mismatchPath, renderer, jsonSummaryPtr)) {
395 SkString inputPath(input);
396 if (!render_picture(inputPath, writePath, mismatchPath, renderer, jsonSummaryPtr)) {