Searched defs:mismatchPath (Results 1 - 6 of 6) sorted by relevance

/external/skia/tools/
H A DCopyTilesRenderer.cpp24 const SkString* mismatchPath, const SkString* inputFilename,
33 this->CopyString(&fMismatchPath, mismatchPath);
23 init(SkPicture* pict, const SkString* writePath, const SkString* mismatchPath, const SkString* inputFilename, bool useChecksumBasedFilenames) argument
H A Drender_pictures_main.cpp34 DEFINE_string(mismatchPath, "", "Write images for tests that failed due to "
143 const SkString* mismatchPath,
152 if (NULL != mismatchPath && mismatchPath->size() > 0) {
153 mismatchPathString.set(*mismatchPath);
261 * @param mismatchPath if not NULL, write any image(s) not matching expectations into this directory
266 const SkString* mismatchPath, sk_tools::PictureRenderer& renderer,
273 FLAGS_writeWholeImage ? NULL : mismatchPath,
363 if ((NULL != mismatchPath) && !mismatchPath
142 render_picture_internal(const SkString& inputPath, const SkString* writePath, const SkString* mismatchPath, sk_tools::PictureRenderer& renderer, SkBitmap** out) argument
265 render_picture(const SkString& inputPath, const SkString* writePath, const SkString* mismatchPath, sk_tools::PictureRenderer& renderer, sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) argument
380 process_input(const char* input, const SkString* writePath, const SkString* mismatchPath, sk_tools::PictureRenderer& renderer, sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) argument
460 SkString mismatchPath; local
[all...]
H A DPictureRenderer.cpp51 void PictureRenderer::init(SkPicture* pict, const SkString* writePath, const SkString* mismatchPath, argument
54 this->CopyString(&fMismatchPath, mismatchPath);
264 * @param mismatchPath 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
324 if (!mismatchPath.isEmpty() &&
327 if (!write_bitmap_to_disk(bitmap, mismatchPath, outputSubdirPtr, outputFilename)) {
410 const SkString* mismatchPath, const SkString* inputFilename,
412 INHERITED::init(picture, writePath, mismatchPath, inputFilename, useChecksumBasedFilenames);
455 const SkString* mismatchPath, const SkString* inputFilename,
467 this->CopyString(&fMismatchPath, mismatchPath);
409 init(SkPicture* picture, const SkString* writePath, const SkString* mismatchPath, const SkString* inputFilename, bool useChecksumBasedFilenames) argument
454 init(SkPicture* pict, const SkString* writePath, const SkString* mismatchPath, const SkString* inputFilename, bool useChecksumBasedFilenames) argument
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/tools/
H A DCopyTilesRenderer.cpp30 const SkString* mismatchPath, const SkString* inputFilename,
39 this->CopyString(&fMismatchPath, mismatchPath);
29 init(const SkPicture* pict, const SkString* writePath, const SkString* mismatchPath, const SkString* inputFilename, bool useChecksumBasedFilenames) argument
H A Drender_pictures_main.cpp37 DEFINE_string(mismatchPath, "", "Write images for tests that failed due to "
147 const SkString* mismatchPath,
156 if (mismatchPath && mismatchPath->size() > 0) {
157 mismatchPathString.set(*mismatchPath);
272 * @param mismatchPath if not NULL, write any image(s) not matching expectations into this directory
277 const SkString* mismatchPath, sk_tools::PictureRenderer& renderer,
284 FLAGS_writeWholeImage ? NULL : mismatchPath,
379 if ((mismatchPath) && !mismatchPath
146 render_picture_internal(const SkString& inputPath, const SkString* writePath, const SkString* mismatchPath, sk_tools::PictureRenderer& renderer, SkBitmap** out) argument
276 render_picture(const SkString& inputPath, const SkString* writePath, const SkString* mismatchPath, sk_tools::PictureRenderer& renderer, sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) argument
396 process_input(const char* input, const SkString* writePath, const SkString* mismatchPath, sk_tools::PictureRenderer& renderer, sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) argument
471 SkString mismatchPath; local
[all...]
H A DPictureRenderer.cpp53 const SkString* mismatchPath,
57 this->CopyString(&fMismatchPath, mismatchPath);
269 * @param mismatchPath If nonempty, write the binary image to a file within this directory,
278 static bool write(SkCanvas* canvas, const SkString& writePath, const SkString& mismatchPath, argument
329 if (!mismatchPath.isEmpty() &&
332 if (!write_bitmap_to_disk(bitmap, mismatchPath, outputSubdirPtr, outputFilename)) {
417 const SkString* mismatchPath, const SkString* inputFilename,
419 INHERITED::init(picture, writePath, mismatchPath, inputFilename, useChecksumBasedFilenames);
469 const SkString* mismatchPath, const SkString* inputFilename,
481 this->CopyString(&fMismatchPath, mismatchPath);
51 init(const SkPicture* pict, const SkString* writePath, const SkString* mismatchPath, const SkString* inputFilename, bool useChecksumBasedFilenames) argument
416 init(const SkPicture* picture, const SkString* writePath, const SkString* mismatchPath, const SkString* inputFilename, bool useChecksumBasedFilenames) argument
468 init(const SkPicture* pict, const SkString* writePath, const SkString* mismatchPath, const SkString* inputFilename, bool useChecksumBasedFilenames) argument
[all...]

Completed in 452 milliseconds