/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_motion_blur_filter_test.cpp | 50 std::shared_ptr<MotionBlurParam> para = std::make_shared<MotionBlurParam>(10.f, anchor); 70 …std::shared_ptr<MotionBlurParam> para = std::make_shared<MotionBlurParam>(10.f, anchor); // 10.f r… 85 …std::shared_ptr<MotionBlurParam> para = std::make_shared<MotionBlurParam>(10.f, anchor); // 10.f r… 104 std::shared_ptr<MotionBlurParam> para = nullptr; 114 para = std::make_shared<MotionBlurParam>(1.f, s); 132 auto para = std::make_shared<MotionBlurParam>(1.f, scaleAnchor); 149 auto para = std::make_shared<MotionBlurParam>(1.f, rectOffset); 178 auto para = std::make_shared<MotionBlurParam>(1.f, rectOffset); 208 auto para = std::make_shared<MotionBlurParam>(1.f, s);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_motion_blur_filter.h | 27 class RSB_EXPORT MotionBlurParam { 32 explicit MotionBlurParam(float r, Vector2f& s) : radius(r), scaleAnchor(s) {} in MotionBlurParam() function 33 ~MotionBlurParam() = default; 40 RSMotionBlurFilter(const std::shared_ptr<MotionBlurParam>& para); 75 std::shared_ptr<MotionBlurParam> motionBlurPara_ = nullptr;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_marshalling_helper.cpp | 166 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<MotionBlurParam>& val) in Marshalling() 170 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<MotionBlurParam>& val) in Unmarshalling() 472 EXPLICIT_INSTANTIATION(TEMPLATE, std::shared_ptr<MotionBlurParam>) \
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_marshalling_helper.cpp | 170 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<MotionBlurParam>& val) in Marshalling() 175 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<MotionBlurParam>& val) in Unmarshalling() 474 EXPLICIT_INSTANTIATION(TEMPLATE, std::shared_ptr<MotionBlurParam>) \
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_motion_blur_filter.cpp | 33 RSMotionBlurFilter::RSMotionBlurFilter(const std::shared_ptr<MotionBlurParam>& para) in RSMotionBlurFilter() 250 void MotionBlurParam::Dump(std::string& out) const in Dump()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_property.cpp | 263 void RSProperty<std::shared_ptr<MotionBlurParam>>::UpdateToRender( in UpdateToRender() 264 const std::shared_ptr<MotionBlurParam>& value, PropertyUpdateType type) const in UpdateToRender()
|
H A D | rs_property.h | 721 RSC_EXPORT void RSProperty<std::shared_ptr<MotionBlurParam>>::UpdateToRender( 722 const std::shared_ptr<MotionBlurParam>& value, PropertyUpdateType type) const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 298 void SetMotionBlurPara(const std::shared_ptr<MotionBlurParam>& para); 306 const std::shared_ptr<MotionBlurParam>& GetMotionBlurPara() const; 645 std::shared_ptr<MotionBlurParam> motionBlurPara_ = nullptr;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_node_command.h | 217 RSNodeCommandHelper::UpdateModifier<std::shared_ptr<MotionBlurParam>>, 218 NodeId, std::shared_ptr<MotionBlurParam>, PropertyId, PropertyUpdateType))
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_marshalling_helper.h | 54 class MotionBlurParam; variable 246 DECLARE_FUNCTION_OVERLOAD(std::shared_ptr<MotionBlurParam>)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_render_property.h | 391 RSB_EXPORT void RSRenderProperty<std::shared_ptr<MotionBlurParam>>::Dump(std::string& out) const; 448 extern template class RSRenderProperty<std::shared_ptr<MotionBlurParam>>;
|
H A D | rs_modifiers_def.in | 109 DECLARE_NOANIMATABLE_MODIFIER(MotionBlurPara, std::shared_ptr<MotionBlurParam>, MOTION_BLUR_PARA, F…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
H A D | rs_render_property.cpp | 520 void RSRenderProperty<std::shared_ptr<MotionBlurParam>>::Dump(std::string& out) const in Dump() 751 template class RSRenderProperty<std::shared_ptr<MotionBlurParam>>;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test2.cpp | 190 properties.motionBlurPara_ = std::make_shared<MotionBlurParam>(1.f, scaleAnchor); 249 properties.motionBlurPara_ = std::make_shared<MotionBlurParam>(1.f, scaleAnchor);
|
H A D | rs_properties_test.cpp | 463 properties.motionBlurPara_ = std::make_shared<MotionBlurParam>(1.f, scaleAnchor); 1700 std::shared_ptr<MotionBlurParam> para; 1705 para = std::make_shared<MotionBlurParam>(0.f, scaleAnchor);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_marshalling_helper_test.cpp | 480 auto val = std::make_shared<MotionBlurParam>(1.0f, anchor); 493 std::shared_ptr<MotionBlurParam> val;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 717 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<MotionBlurParam>& val) in Marshalling() 725 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<MotionBlurParam>& val) in Unmarshalling() 737 val = std::make_shared<MotionBlurParam>(radius, anchor); in Unmarshalling() 2167 EXPLICIT_INSTANTIATION(TEMPLATE, std::shared_ptr<MotionBlurParam>) \
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/ |
H A D | rsmarshallinghelper_fuzzer.cpp | 78 std::shared_ptr<MotionBlurParam> motionBlurParam; in DoUnmarshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 1608 std::shared_ptr<MotionBlurParam> para = std::make_shared<MotionBlurParam>(radius, anchor1); in SetMotionBlurPara() 1609 SetProperty<RSMotionBlurParaModifier, RSProperty<std::shared_ptr<MotionBlurParam>>>( in SetMotionBlurPara()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 1770 void RSProperties::SetMotionBlurPara(const std::shared_ptr<MotionBlurParam>& para) in SetMotionBlurPara() 1860 const std::shared_ptr<MotionBlurParam>& RSProperties::GetMotionBlurPara() const in GetMotionBlurPara()
|