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

/external/chromium_org/third_party/skia/gm/
H A Dgm_expectations.cpp131 Expectations::Expectations(const BitmapAndDigest& bitmapAndDigest) { argument
132 fBitmap = bitmapAndDigest.fBitmap;
134 fAllowedResultDigests.push_back(bitmapAndDigest.fDigest);
/external/skia/gm/
H A Dgm_expectations.cpp131 Expectations::Expectations(const BitmapAndDigest& bitmapAndDigest) { argument
132 fBitmap = bitmapAndDigest.fBitmap;
134 fAllowedResultDigests.push_back(bitmapAndDigest.fDigest);
/external/chromium_org/third_party/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);
554 skiagm::BitmapAndDigest bitmapAndDigest(bitmap);
555 if (compare_to_expectations_if_necessary(bitmapAndDigest.fDigest, filename, &gDecodeFailures,
560 if (write_bitmap(FLAGS_mismatchPath[0], filename, bitmapAndDigest)) {
570 test_stream_without_length(srcPath, codec, bitmapAndDigest
135 write_bitmap(const char outDir[], const char src[], const skiagm::BitmapAndDigest& bitmapAndDigest) argument
[all...]
/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);
554 skiagm::BitmapAndDigest bitmapAndDigest(bitmap);
555 if (compare_to_expectations_if_necessary(bitmapAndDigest.fDigest, filename, &gDecodeFailures,
560 if (write_bitmap(FLAGS_mismatchPath[0], filename, bitmapAndDigest)) {
570 test_stream_without_length(srcPath, codec, bitmapAndDigest
135 write_bitmap(const char outDir[], const char src[], const skiagm::BitmapAndDigest& bitmapAndDigest) argument
[all...]

Completed in 5794 milliseconds