Searched defs:writePath (Results 1 - 7 of 7) sorted by relevance

/external/skia/tools/
H A Dskpmaker.cpp26 DEFINE_string(writePath, "", "Filepath to write the SKP into.");
31 const char *writePath) {
43 SkFILEWStream stream(writePath);
74 SkDebugf("--writePath must be nonempty\n");
30 make_skp(SkScalar width, SkScalar height, SkScalar border, SkColor color, const char *writePath) argument
H A DCopyTilesRenderer.cpp30 void CopyTilesRenderer::init(const SkPicture* pict, const SkString* writePath, argument
39 this->CopyString(&fWritePath, writePath);
H A Drender_pictures_main.cpp49 "file rather than decoding it. Requires writePath to be set. Skips drawing the full "
52 DEFINE_string2(writePath, w, "", "Directory to write the rendered images into.");
146 static bool render_picture_internal(const SkString& inputPath, const SkString* writePath, argument
152 if (writePath && writePath->size() > 0 && !FLAGS_writeEncodedImages) {
153 writePathString.set(*writePath);
255 * @param writePath if not NULL, write all image(s) generated into this directory
260 static bool render_picture(const SkString& inputPath, const SkString* writePath, argument
267 FLAGS_writeWholeImage ? NULL : writePath,
370 if ((writePath)
380 process_input(const char* input, const SkString* writePath, const SkString* mismatchPath, sk_tools::PictureRenderer& renderer, sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) argument
451 SkString writePath; local
[all...]
H A DPictureRenderer.cpp56 const SkString* writePath,
61 this->CopyString(&fWritePath, writePath);
278 * @param writePath If nonempty, write the binary image to a file within this directory.
288 static bool write(SkCanvas* canvas, const SkString& writePath, const SkString& mismatchPath, argument
348 if (writePath.isEmpty()) {
351 return write_bitmap_to_disk(bitmap, writePath, outputSubdirPtr, outputFilename);
422 void SimplePictureRenderer::init(const SkPicture* picture, const SkString* writePath, argument
425 INHERITED::init(picture, writePath, mismatchPath, inputFilename,
483 void TiledPictureRenderer::init(const SkPicture* pict, const SkString* writePath, argument
495 this->CopyString(&fWritePath, writePath);
55 init(const SkPicture* pict, const SkString* writePath, const SkString* mismatchPath, const SkString* inputFilename, bool useChecksumBasedFilenames, bool useMultiPictureDraw) argument
[all...]
/external/skia/tools/flags/
H A DSkCommonFlags.h30 DECLARE_string(writePath); variable
/external/skia/include/core/
H A DSkWriter32.h139 void writePath(const SkPath& path) { function in class:SkWriter32
/external/skia/src/core/
H A DSkWriteBuffer.cpp128 void SkWriteBuffer::writePath(const SkPath& path) { function in class:SkWriteBuffer
129 fWriter.writePath(path);

Completed in 145 milliseconds