Home | History | Annotate | Download | only in tools

Lines Matching refs:inputPath

155  * @param inputPath The skp file to be read.
159 static bool render_pdf(const SkString& inputPath, const SkString& outputDir,
162 sk_tools::get_basename(&inputFilename, inputPath);
165 inputStream.setPath(inputPath.c_str());
167 SkDebugf("Could not open file %s\n", inputPath.c_str());
174 SkDebugf("Could not read an SkPicture from %s\n", inputPath.c_str());
179 inputPath.c_str());
210 SkString inputPath;
211 sk_tools::make_filepath(&inputPath, input, inputFilename);
212 if (!render_pdf(inputPath, outputDir, renderer)) {
217 SkString inputPath(input);
218 if (!render_pdf(inputPath, outputDir, renderer)) {