Home
last modified time | relevance | path

Searched refs:GetPixelMapCache (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/render/
H A Drs_image_cache_test.cpp144 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));
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_cache_test.cpp115 EXPECT_EQ(RSImageCache::Instance().GetPixelMapCache(0), nullptr);
118 EXPECT_EQ(RSImageCache::Instance().GetPixelMapCache(0), nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_image_cache.h46 std::shared_ptr<Media::PixelMap> GetPixelMapCache(uint64_t uniqueId) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_cache.cpp88 std::shared_ptr<Media::PixelMap> RSImageCache::GetPixelMapCache(uint64_t uniqueId) const in GetPixelMapCache() function in OHOS::Rosen::RSImageCache
H A Drs_image_base.cpp340 pixelMap = RSImageCache::Instance().GetPixelMapCache(uniqueId); in UnmarshallingDrawingImageAndPixelMap()