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

/external/chromium_org/third_party/skia/tools/
H A Dskpmaker.cpp26 DEFINE_string(writePath, "", "Filepath to write the SKP into.");
29 const char *writePath) {
41 SkFILEWStream stream(writePath);
72 SkDebugf("--writePath must be nonempty\n");
28 skpmaker(int width, int height, int border, SkColor color, const char *writePath) argument
H A DCopyTilesRenderer.cpp23 void CopyTilesRenderer::init(SkPicture* pict, const SkString* writePath, argument
32 this->CopyString(&fWritePath, writePath);
H A Drender_pictures_main.cpp41 "file rather than decoding it. Requires writePath to be set. Skips drawing the full "
44 DEFINE_string2(writePath, w, "", "Directory to write the rendered images into.");
142 static bool render_picture_internal(const SkString& inputPath, const SkString* writePath, argument
148 if (NULL != writePath && writePath->size() > 0 && !FLAGS_writeEncodedImages) {
149 writePathString.set(*writePath);
260 * @param writePath if not NULL, write all image(s) generated into this directory
265 static bool render_picture(const SkString& inputPath, const SkString* writePath, argument
272 FLAGS_writeWholeImage ? NULL : writePath,
370 if ((NULL != writePath)
380 process_input(const char* input, const SkString* writePath, const SkString* mismatchPath, sk_tools::PictureRenderer& renderer, sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) argument
456 SkString writePath; local
[all...]
H A Dskimage_main.cpp36 DEFINE_string2(writePath, w, "", "Write rendered images into this directory.");
324 * and a writePath was provided. Behaves differently depending on
335 * @param writePath Parent directory to hold the folders for the PNG files to write. Must
350 static bool write_subset(const char* writePath, const SkString& subsetName, argument
354 SkASSERT(writePath != NULL);
358 subsetPath.set(writePath);
361 subsetPath = SkOSPath::SkPathJoin(writePath, "subsets");
388 SkString dirExtracted = SkOSPath::SkPathJoin(writePath, "extracted");
484 static void decodeFileAndWrite(const char srcPath[], const SkString* writePath) { argument
573 if (writePath !
[all...]
H A DPictureRenderer.cpp51 void PictureRenderer::init(SkPicture* pict, const SkString* writePath, const SkString* mismatchPath, argument
53 this->CopyString(&fWritePath, writePath);
263 * @param writePath If nonempty, write the binary image to a file within this directory.
273 static bool write(SkCanvas* canvas, const SkString& writePath, const SkString& mismatchPath, argument
333 if (writePath.isEmpty()) {
336 return write_bitmap_to_disk(bitmap, writePath, outputSubdirPtr, outputFilename);
409 void SimplePictureRenderer::init(SkPicture* picture, const SkString* writePath, argument
412 INHERITED::init(picture, writePath, mismatchPath, inputFilename, useChecksumBasedFilenames);
454 void TiledPictureRenderer::init(SkPicture* pict, const SkString* writePath, argument
466 this->CopyString(&fWritePath, writePath);
756 setPathsAndSuccess(const SkString& writePath, const SkString& mismatchPath, const SkString& inputFilename, bool* success) argument
799 init(SkPicture *pict, const SkString* writePath, const SkString* mismatchPath, const SkString* inputFilename, bool useChecksumBasedFilenames) argument
[all...]
/external/skia/tools/
H A Dskpmaker.cpp26 DEFINE_string(writePath, "", "Filepath to write the SKP into.");
29 const char *writePath) {
41 SkFILEWStream stream(writePath);
72 SkDebugf("--writePath must be nonempty\n");
28 skpmaker(int width, int height, int border, SkColor color, const char *writePath) argument
H A DCopyTilesRenderer.cpp23 void CopyTilesRenderer::init(SkPicture* pict, const SkString* writePath, argument
32 this->CopyString(&fWritePath, writePath);
H A Drender_pictures_main.cpp41 "file rather than decoding it. Requires writePath to be set. Skips drawing the full "
44 DEFINE_string2(writePath, w, "", "Directory to write the rendered images into.");
142 static bool render_picture_internal(const SkString& inputPath, const SkString* writePath, argument
148 if (NULL != writePath && writePath->size() > 0 && !FLAGS_writeEncodedImages) {
149 writePathString.set(*writePath);
260 * @param writePath if not NULL, write all image(s) generated into this directory
265 static bool render_picture(const SkString& inputPath, const SkString* writePath, argument
272 FLAGS_writeWholeImage ? NULL : writePath,
370 if ((NULL != writePath)
380 process_input(const char* input, const SkString* writePath, const SkString* mismatchPath, sk_tools::PictureRenderer& renderer, sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) argument
456 SkString writePath; local
[all...]
H A Dskimage_main.cpp36 DEFINE_string2(writePath, w, "", "Write rendered images into this directory.");
324 * and a writePath was provided. Behaves differently depending on
335 * @param writePath Parent directory to hold the folders for the PNG files to write. Must
350 static bool write_subset(const char* writePath, const SkString& subsetName, argument
354 SkASSERT(writePath != NULL);
358 subsetPath.set(writePath);
361 subsetPath = SkOSPath::SkPathJoin(writePath, "subsets");
388 SkString dirExtracted = SkOSPath::SkPathJoin(writePath, "extracted");
484 static void decodeFileAndWrite(const char srcPath[], const SkString* writePath) { argument
573 if (writePath !
[all...]
H A DPictureRenderer.cpp51 void PictureRenderer::init(SkPicture* pict, const SkString* writePath, const SkString* mismatchPath, argument
53 this->CopyString(&fWritePath, writePath);
263 * @param writePath If nonempty, write the binary image to a file within this directory.
273 static bool write(SkCanvas* canvas, const SkString& writePath, const SkString& mismatchPath, argument
333 if (writePath.isEmpty()) {
336 return write_bitmap_to_disk(bitmap, writePath, outputSubdirPtr, outputFilename);
409 void SimplePictureRenderer::init(SkPicture* picture, const SkString* writePath, argument
412 INHERITED::init(picture, writePath, mismatchPath, inputFilename, useChecksumBasedFilenames);
454 void TiledPictureRenderer::init(SkPicture* pict, const SkString* writePath, argument
466 this->CopyString(&fWritePath, writePath);
756 setPathsAndSuccess(const SkString& writePath, const SkString& mismatchPath, const SkString& inputFilename, bool* success) argument
799 init(SkPicture *pict, const SkString* writePath, const SkString* mismatchPath, const SkString* inputFilename, bool useChecksumBasedFilenames) argument
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkWriter32.h141 void writePath(const SkPath& path) { function in class:SkWriter32
/external/skia/include/core/
H A DSkWriter32.h141 void writePath(const SkPath& path) { function in class:SkWriter32
/external/chromium_org/third_party/skia/src/core/
H A DSkWriteBuffer.cpp129 void SkWriteBuffer::writePath(const SkPath& path) { function in class:SkWriteBuffer
130 fWriter.writePath(path);
/external/skia/src/core/
H A DSkWriteBuffer.cpp129 void SkWriteBuffer::writePath(const SkPath& path) { function in class:SkWriteBuffer
130 fWriter.writePath(path);
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp1046 // If writePath is not NULL, also write images (or documents) to the specified path.
1049 const char writePath [],
1070 if (writePath && (gRec.fFlags & kWrite_ConfigFlag)) {
1071 path = make_bitmap_filename(writePath, gm->getName(), gRec.fName,
1080 if (writePath && (gRec.fFlags & kWrite_ConfigFlag)) {
1081 path = make_filename(writePath, gm->getName(), gRec.fName, "", "pdf");
1106 if (writePath && (gRec.fFlags & kWrite_ConfigFlag)) {
1107 path = make_bitmap_filename(writePath, gm->getName(),
1124 if (writePath && (gRec.fFlags & kWrite_ConfigFlag)) {
1125 path = make_filename(writePath, g
1794 const char* writePath; local
[all...]
/external/skia/gm/
H A Dgmmain.cpp1046 // If writePath is not NULL, also write images (or documents) to the specified path.
1049 const char writePath [],
1070 if (writePath && (gRec.fFlags & kWrite_ConfigFlag)) {
1071 path = make_bitmap_filename(writePath, gm->getName(), gRec.fName,
1080 if (writePath && (gRec.fFlags & kWrite_ConfigFlag)) {
1081 path = make_filename(writePath, gm->getName(), gRec.fName, "", "pdf");
1106 if (writePath && (gRec.fFlags & kWrite_ConfigFlag)) {
1107 path = make_bitmap_filename(writePath, gm->getName(),
1124 if (writePath && (gRec.fFlags & kWrite_ConfigFlag)) {
1125 path = make_filename(writePath, g
1794 const char* writePath; local
[all...]

Completed in 358 milliseconds