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

  /external/chromium_org/third_party/skia/tools/
CopyTilesRenderer.cpp 39 this->CopyString(&fMismatchPath, mismatchPath);
PictureRenderer.cpp 57 this->CopyString(&fMismatchPath, mismatchPath);
403 return write(fCanvas, fWritePath, fMismatchPath, fInputFilename, fJsonSummaryPtr,
439 return write(fCanvas, fWritePath, fMismatchPath, fInputFilename, fJsonSummaryPtr,
481 this->CopyString(&fMismatchPath, mismatchPath);
663 success &= write(fCanvas, fWritePath, fMismatchPath, fInputFilename, fJsonSummaryPtr,
PictureRenderer.h 130 * If fMismatchPath has been specified, and the actual image result differs from its
455 SkString fMismatchPath;
  /external/chromium_org/third_party/skia/gm/
gmmain.cpp 206 fMismatchPath(NULL), fMissingExpectationsPath(NULL), fTestsRun(0),
789 * If fMismatchPath has been set, and there are pixel diffs, then the
790 * actual bitmap will be written out to a file within fMismatchPath.
842 if (fMismatchPath) {
843 SkString path = make_bitmap_filename(fMismatchPath, shortName, configName
    [all...]

Completed in 70 milliseconds