Searched refs:GetPixelMapCache (Results 1 – 5 of 5) sorted by relevance
144 EXPECT_EQ(instance.GetPixelMapCache(UNADDED_ID), nullptr);165 EXPECT_EQ(pair.second, instance.GetPixelMapCache(pair.first));183 EXPECT_EQ(instance.GetPixelMapCache(ADDED_ID), pixel);186 EXPECT_EQ(instance.GetPixelMapCache(ADDED_ID), nullptr);208 EXPECT_NE(instance.GetPixelMapCache(ADDED_ID), nullptr);211 EXPECT_EQ(instance.GetPixelMapCache(ADDED_ID), nullptr);258 EXPECT_EQ(nullptr, instance.GetPixelMapCache(ADDED_ID));
115 EXPECT_EQ(RSImageCache::Instance().GetPixelMapCache(0), nullptr);118 EXPECT_EQ(RSImageCache::Instance().GetPixelMapCache(0), nullptr);
46 std::shared_ptr<Media::PixelMap> GetPixelMapCache(uint64_t uniqueId) const;
88 std::shared_ptr<Media::PixelMap> RSImageCache::GetPixelMapCache(uint64_t uniqueId) const in GetPixelMapCache() function in OHOS::Rosen::RSImageCache
340 pixelMap = RSImageCache::Instance().GetPixelMapCache(uniqueId); in UnmarshallingDrawingImageAndPixelMap()