Searched refs:RSExtendImageObject (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_draw_cmd.cpp | 72 RSExtendImageObject::RSExtendImageObject(const std::shared_ptr<Drawing::Image>& image, in RSExtendImageObject() function in OHOS::Rosen::RSExtendImageObject 87 RSExtendImageObject::RSExtendImageObject(const std::shared_ptr<Media::PixelMap>& pixelMap, in RSExtendImageObject() function in OHOS::Rosen::RSExtendImageObject 113 void RSExtendImageObject::SetNodeId(NodeId id) in SetNodeId() 120 void RSExtendImageObject::SetPaint(Drawing::Paint paint) in SetPaint() 127 void RSExtendImageObject::Purge() in Purge() 134 void RSExtendImageObject::Playback(Drawing::Canvas& canvas, const Drawing::Rect& rect, in Playback() 163 bool RSExtendImageObject::Marshalling(Parcel &parcel) const in Marshalling() 169 RSExtendImageObject *RSExtendImageObject::Unmarshalling(Parcel &parcel) in Unmarshalling() 171 auto object = new RSExtendImageObject(); in Unmarshalling() 398 RSExtendImageObject::~RSExtendImageObject() in ~RSExtendImageObject() [all …]
|
H A D | rs_recording_canvas.cpp | 65 auto object = std::make_shared<RSExtendImageObject>(image, data, rsImageInfo); in DrawImageWithParm() 79 auto object = std::make_shared<RSExtendImageObject>(pixelMap, rsImageInfo); in DrawPixelMapWithParm()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_draw_cmd_test.cpp | 52 RSExtendImageObject extendImageObject(pixelMap, imageInfo); 56 RSExtendImageObject extendImageObjectTwo; 70 RSExtendImageObject extendImageObject; 86 RSExtendImageObject extendImageObject(pixelMap, imageInfo); 107 RSExtendImageObject extendImageObject(pixelMap, imageInfo); 127 RSExtendImageObject extendImageObject(image, data, imageInfo); 135 RSExtendImageObject extendImageObjectT(pixelMapT, imageInfo); 156 RSExtendImageObject extendImageObject(pixelMap, imageInfo);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_draw_cmd.h | 64 class RSB_EXPORT RSExtendImageObject : public Drawing::ExtendImageObject { 66 RSExtendImageObject() = default; 67 …RSExtendImageObject(const std::shared_ptr<Drawing::Image>& image, const std::shared_ptr<Drawing::D… 69 …RSExtendImageObject(const std::shared_ptr<Media::PixelMap>& pixelMap, const Drawing::AdaptiveImage… 70 ~RSExtendImageObject() override; 74 static RSExtendImageObject *Unmarshalling(Parcel &parcel);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_marshalling_helper_test.cpp | 1028 std::shared_ptr<RSExtendImageObject> val; 1030 val = std::make_shared<RSExtendImageObject>(); 1043 std::shared_ptr<RSExtendImageObject> val = std::make_shared<RSExtendImageObject>();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_marshalling_helper.h | 37 class RSExtendImageObject; variable 262 DECLARE_FUNCTION_OVERLOAD(std::shared_ptr<RSExtendImageObject>)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.cpp | 161 auto object = std::make_shared<RSExtendImageObject>(std::move(pixelMap), adaptiveImageInfo); in MakePiexlMapDrawCmdList()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 1632 auto rsObject = std::static_pointer_cast<RSExtendImageObject>(object); in Marshalling() 1793 std::shared_ptr<RSExtendImageObject> object; in Unmarshalling() 1907 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSExtendImageObject>& v… in Marshalling() 1920 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSExtendImageObject>& val) in Unmarshalling() 1926 val.reset(RSExtendImageObject::Unmarshalling(parcel)); in Unmarshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/ |
H A D | rsmarshallinghelper_fuzzer.cpp | 499 … auto extendImageObject = std::make_shared<RSExtendImageObject>(image, dataVal, adaptiveImageInfo); in DoMarshallingHelper012()
|