Searched defs:bitmapAndDigest (Results 1 - 2 of 2) sorted by relevance

/external/skia/gm/
H A Dgm_expectations.cpp142 Expectations::Expectations(const BitmapAndDigest& bitmapAndDigest) { argument
143 fBitmap = bitmapAndDigest.fBitmap;
145 fAllowedResultDigests.push_back(bitmapAndDigest.fDigest);
/external/skia/tools/
H A Dskimage_main.cpp136 const skiagm::BitmapAndDigest& bitmapAndDigest) {
140 const SkString hashType = bitmapAndDigest.fDigest.getHashType();
154 SkString checksumBasedName = bitmapAndDigest.fDigest.getDigestValue();
162 const SkBitmap& bm = bitmapAndDigest.fBitmap;
242 static void write_expectations(const skiagm::BitmapAndDigest& bitmapAndDigest, argument
247 skiagm::Expectations expectation(bitmapAndDigest);
552 skiagm::BitmapAndDigest bitmapAndDigest(bitmap);
553 if (compare_to_expectations_if_necessary(bitmapAndDigest.fDigest, filename, &gDecodeFailures,
558 if (write_bitmap(FLAGS_mismatchPath[0], filename, bitmapAndDigest)) {
568 test_stream_without_length(srcPath, codec, bitmapAndDigest
135 write_bitmap(const char outDir[], const char src[], const skiagm::BitmapAndDigest& bitmapAndDigest) argument
[all...]

Completed in 80 milliseconds