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

  /external/skia/gm/
gm_expectations.h 89 explicit BitmapAndDigest(const SkBitmap &bitmap) : fBitmap(bitmap), fDigest(bitmap) {}
92 const GmResultDigest fDigest;
gm_expectations.cpp 145 fAllowedResultDigests.push_back(bitmapAndDigest.fDigest);
gmmain.cpp 798 actualBitmapAndDigest.fDigest);
802 } else if (!expectations.match(actualBitmapAndDigest.fDigest)) {
817 actualBitmapAndDigest.fDigest);
831 add_actual_results_to_json_summary(completeName, actualBitmapAndDigest.fDigest, errors,
    [all...]
  /external/skia/tools/
skimage_main.cpp 140 const SkString hashType = bitmapAndDigest.fDigest.getHashType();
154 SkString checksumBasedName = bitmapAndDigest.fDigest.getDigestValue();
553 if (compare_to_expectations_if_necessary(bitmapAndDigest.fDigest, filename, &gDecodeFailures,
568 test_stream_without_length(srcPath, codec, bitmapAndDigest.fDigest);
600 if (compare_to_expectations_if_necessary(subsetBitmapAndDigest.fDigest,
    [all...]

Completed in 36 milliseconds