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

  /external/chromium_org/third_party/skia/gm/
gm_expectations.h 88 explicit BitmapAndDigest(const SkBitmap &bitmap) : fBitmap(bitmap), fDigest(bitmap) {}
91 const GmResultDigest fDigest;
gm_expectations.cpp 134 fAllowedResultDigests.push_back(bitmapAndDigest.fDigest);
gmmain.cpp 826 actualBitmapAndDigest.fDigest);
830 } else if (!expectations.match(actualBitmapAndDigest.fDigest)) {
    [all...]
  /external/skia/gm/
gm_expectations.h 88 explicit BitmapAndDigest(const SkBitmap &bitmap) : fBitmap(bitmap), fDigest(bitmap) {}
91 const GmResultDigest fDigest;
gm_expectations.cpp 134 fAllowedResultDigests.push_back(bitmapAndDigest.fDigest);
gmmain.cpp 825 actualBitmapAndDigest.fDigest);
829 } else if (!expectations.match(actualBitmapAndDigest.fDigest)) {
    [all...]
  /external/chromium_org/third_party/skia/tools/
skimage_main.cpp 140 const SkString hashType = bitmapAndDigest.fDigest.getHashType();
154 SkString checksumBasedName = bitmapAndDigest.fDigest.getDigestValue();
555 if (compare_to_expectations_if_necessary(bitmapAndDigest.fDigest, filename, &gDecodeFailures,
570 test_stream_without_length(srcPath, codec, bitmapAndDigest.fDigest);
603 if (compare_to_expectations_if_necessary(subsetBitmapAndDigest.fDigest,
    [all...]
  /external/skia/tools/
skimage_main.cpp 140 const SkString hashType = bitmapAndDigest.fDigest.getHashType();
154 SkString checksumBasedName = bitmapAndDigest.fDigest.getDigestValue();
555 if (compare_to_expectations_if_necessary(bitmapAndDigest.fDigest, filename, &gDecodeFailures,
570 test_stream_without_length(srcPath, codec, bitmapAndDigest.fDigest);
602 if (compare_to_expectations_if_necessary(subsetBitmapAndDigest.fDigest,
    [all...]

Completed in 239 milliseconds