Home
last modified time | relevance | path

Searched refs:subsetBitmap (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tests/
DImageTest.cpp741 SkBitmap subsetBitmap; in test_legacy_bitmap() local
742 REPORTER_ASSERT(reporter, subsetImage->asLegacyBitmap(&subsetBitmap)); in test_legacy_bitmap()
743 check_legacy_bitmap(reporter, subsetImage.get(), subsetBitmap); in test_legacy_bitmap()
/third_party/skia/tests/
DImageTest.cpp762 SkBitmap subsetBitmap; in test_legacy_bitmap() local
763 REPORTER_ASSERT(reporter, subsetImage->asLegacyBitmap(&subsetBitmap)); in test_legacy_bitmap()
764 check_legacy_bitmap(reporter, nullptr, subsetImage.get(), subsetBitmap); in test_legacy_bitmap()