Home
last modified time | relevance | path

Searched refs:GetDrawingImageCache (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/render/
H A Drs_image_cache_test.cpp62 EXPECT_EQ(instance.GetDrawingImageCache(UNADDED_ID), nullptr);
83 EXPECT_EQ(pair.second, instance.GetDrawingImageCache(pair.first));
101 EXPECT_EQ(instance.GetDrawingImageCache(ADDED_ID), img);
104 EXPECT_EQ(instance.GetDrawingImageCache(ADDED_ID), nullptr);
126 EXPECT_NE(instance.GetDrawingImageCache(ADDED_ID), nullptr);
129 EXPECT_EQ(instance.GetDrawingImageCache(ADDED_ID), nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_cache_test.cpp70 EXPECT_EQ(RSImageCache::Instance().GetDrawingImageCache(0), nullptr);
73 EXPECT_EQ(RSImageCache::Instance().GetDrawingImageCache(0), nullptr);
H A Drs_image_test.cpp505 EXPECT_EQ(RSImageCache::Instance().GetDrawingImageCache(0), nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_image_cache.h41 std::shared_ptr<Drawing::Image> GetDrawingImageCache(uint64_t uniqueId) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_cache.cpp38 std::shared_ptr<Drawing::Image> RSImageCache::GetDrawingImageCache(uint64_t uniqueId) const in GetDrawingImageCache() function in OHOS::Rosen::RSImageCache
H A Drs_image_base.cpp328 img = RSImageCache::Instance().GetDrawingImageCache(uniqueId); in UnmarshallingDrawingImageAndPixelMap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/
H A Drsrenderimage_fuzzer.cpp176 RSImageCache::Instance().GetDrawingImageCache(uniqueId); in RSImageCacheFuzzTest()