Lines Matching refs:inputPath
146 * @param inputPath The skp file to be read.
150 static bool render_pdf(const SkString& inputPath, const SkString& outputDir,
152 SkString inputFilename = SkOSPath::SkBasename(inputPath.c_str());
155 inputStream.setPath(inputPath.c_str());
157 SkDebugf("Could not open file %s\n", inputPath.c_str());
164 SkDebugf("Could not read an SkPicture from %s\n", inputPath.c_str());
169 inputPath.c_str());
200 SkString inputPath = SkOSPath::SkPathJoin(input.c_str(), inputFilename.c_str());
201 if (!render_pdf(inputPath, outputDir, renderer)) {
206 SkString inputPath(input);
207 if (!render_pdf(inputPath, outputDir, renderer)) {