HomeSort by relevance Sort by last modified time
    Searched refs:mismatchPath (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/tools/
CopyTilesRenderer.h 32 const SkString* mismatchPath,
render_pictures_main.cpp 37 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->isEmpty() &
    [all...]
CopyTilesRenderer.cpp 30 const SkString* mismatchPath, const SkString* inputFilename,
39 this->CopyString(&fMismatchPath, mismatchPath);
PictureRenderer.cpp 53 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,
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);
    [all...]
PictureRenderer.h 86 * @param mismatchPath The output directory within which this renderer should write any images
94 const SkString* mismatchPath,
549 const SkString* mismatchPath,
571 const SkString* mismatchPath,
skimage_main.cpp 27 DEFINE_string(mismatchPath, "", "Folder to write mismatched images to.");
    [all...]
  /external/chromium_org/third_party/skia/gm/
gmmain.cpp     [all...]

Completed in 59 milliseconds