Searched refs:subsetBitmap (Results 1 – 2 of 2) sorted by relevance
753 SkBitmap subsetBitmap; in test_legacy_bitmap() local754 REPORTER_ASSERT(reporter, subsetImage->asLegacyBitmap(&subsetBitmap)); in test_legacy_bitmap()755 check_legacy_bitmap(reporter, subsetImage.get(), subsetBitmap); in test_legacy_bitmap()
762 SkBitmap subsetBitmap; in test_legacy_bitmap() local763 REPORTER_ASSERT(reporter, subsetImage->asLegacyBitmap(&subsetBitmap)); in test_legacy_bitmap()764 check_legacy_bitmap(reporter, nullptr, subsetImage.get(), subsetBitmap); in test_legacy_bitmap()