Home
last modified time | relevance | path

Searched refs:RSImageBase (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_base_test.cpp48 auto imageBase = std::make_shared<RSImageBase>();
66 auto imageBase = std::make_shared<RSImageBase>();
80 auto imageBase = std::make_shared<RSImageBase>();
94 auto imageBase = std::make_shared<RSImageBase>();
109 auto imageBase = std::make_shared<RSImageBase>();
124 auto imageBase = std::make_shared<RSImageBase>();
138 auto imageBase = std::make_shared<RSImageBase>();
156 auto imageBase = std::make_shared<RSImageBase>();
169 auto imageBase = std::make_shared<RSImageBase>();
184 auto imageBase = std::make_shared<RSImageBase>();
[all …]
H A Drs_image_test.cpp442 RSImageBase imageBase;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_base.cpp44 RSImageBase::~RSImageBase() in ~RSImageBase()
154 void RSImageBase::MarkYUVImage() in MarkYUVImage()
177 void RSImageBase::SetSrcRect(const RectF& srcRect) in SetSrcRect()
182 void RSImageBase::SetDstRect(const RectF& dstRect) in SetDstRect()
190 void RSImageBase::SetImagePixelAddr(void* addr) in SetImagePixelAddr()
223 void RSImageBase::Purge() in Purge()
245 void RSImageBase::MarkRenderServiceImage() in MarkRenderServiceImage()
373 RSImageBase* RSImageBase::Unmarshalling(Parcel& parcel) in Unmarshalling()
391 RSImageBase* rsImage = new RSImageBase(); in Unmarshalling()
435 uint64_t RSImageBase::GetUniqueId() const in GetUniqueId()
[all …]
H A Drs_image.cpp764 RSImageBase::IncreaseCacheRefCount(uniqueId, useSkImage, pixelMap); in ProcessImageAfterCreation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_image_base.h43 class RSB_EXPORT RSImageBase {
45 RSImageBase() = default;
46 virtual ~RSImageBase();
65 [[nodiscard]] static RSImageBase* Unmarshalling(Parcel& parcel);
H A Drs_image_cache.h35 class RSImageBase; variable
H A Drs_image.h86 class RSB_EXPORT RSImage : public RSImageBase {
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp833 std::shared_ptr<RSImageBase> val;
835 val = std::make_shared<RSImageBase>();
848 std::shared_ptr<RSImageBase> val = std::make_shared<RSImageBase>();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h50 class RSImageBase; variable
255 DECLARE_FUNCTION_OVERLOAD(std::shared_ptr<RSImageBase>)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp326 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSImageBase>& val) in Marshalling()
330 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSImageBase>& val) in Unmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp312 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSImageBase>& val) in Marshalling()
316 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSImageBase>& val) in Unmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp89 std::shared_ptr<RSImageBase> base = std::make_shared<RSImageBase>(); in DoUnmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_draw_cmd.h121 std::shared_ptr<RSImageBase> rsImage_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1408 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSImageBase>& val) in Marshalling()
1416 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSImageBase>& val) in Unmarshalling()
1422 val.reset(RSImageBase::Unmarshalling(parcel)); in Unmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp438 rsImage_ = std::make_shared<RSImageBase>(); in RSExtendImageBaseObj()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp1014 RSImageBase imageBase;