Searched refs:BitmapAndDigest (Results 1 – 14 of 14) sorted by relevance
86 class BitmapAndDigest {88 explicit BitmapAndDigest(const SkBitmap &bitmap) : fBitmap(bitmap), fDigest(bitmap) {} in BitmapAndDigest() function113 explicit Expectations(const BitmapAndDigest& bitmapAndDigest);
131 Expectations::Expectations(const BitmapAndDigest& bitmapAndDigest) { in Expectations()
805 const BitmapAndDigest& actualBitmapAndDigest, in compare_to_expectations()926 const BitmapAndDigest* actualBitmapAndDigest) { in compare_test_results_to_stored_expectations()995 BitmapAndDigest actualBitmapAndDigest(actualBitmap); in compare_test_results_to_reference_bitmap()1066 BitmapAndDigest bitmapAndDigest(*bitmap); in test_drawing()1102 BitmapAndDigest bitmapAndDigest(pdfBitmap); in test_drawing()
81 BitmapAndDigest::BitmapAndDigest(const SkBitmap &bitmap) : fBitmap(bitmap) { in BitmapAndDigest() function in sk_tools::BitmapAndDigest84 const ImageDigest *BitmapAndDigest::getImageDigestPtr() { in getImageDigestPtr()91 const SkBitmap *BitmapAndDigest::getBitmapPtr() const { in getBitmapPtr()
67 class BitmapAndDigest {69 explicit BitmapAndDigest(const SkBitmap &bitmap);
136 const skiagm::BitmapAndDigest& bitmapAndDigest) { in write_bitmap()242 static void write_expectations(const skiagm::BitmapAndDigest& bitmapAndDigest, in write_expectations()351 const skiagm::BitmapAndDigest bitmapAndDigestFromDecodeSubset, in write_subset()397 skiagm::BitmapAndDigest bitmapAndDigestFromExtractSubset(extractedSubset); in write_subset()554 skiagm::BitmapAndDigest bitmapAndDigest(bitmap); in decodeFileAndWrite()601 skiagm::BitmapAndDigest subsetBitmapAndDigest(bitmapFromDecodeSubset); in decodeFileAndWrite()
287 BitmapAndDigest bitmapAndDigest(bitmap); in write()