Home
last modified time | relevance | path

Searched refs:MotionBlurParam (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_motion_blur_filter_test.cpp50 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 Drs_motion_blur_filter.h27 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 Drs_marshalling_helper.cpp166 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 Drs_marshalling_helper.cpp170 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 Drs_motion_blur_filter.cpp33 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 Drs_property.cpp263 void RSProperty<std::shared_ptr<MotionBlurParam>>::UpdateToRender( in UpdateToRender()
264 const std::shared_ptr<MotionBlurParam>& value, PropertyUpdateType type) const in UpdateToRender()
H A Drs_property.h721 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 Drs_properties.h298 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 Drs_node_command.h217 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 Drs_marshalling_helper.h54 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 Drs_render_property.h391 RSB_EXPORT void RSRenderProperty<std::shared_ptr<MotionBlurParam>>::Dump(std::string& out) const;
448 extern template class RSRenderProperty<std::shared_ptr<MotionBlurParam>>;
H A Drs_modifiers_def.in109 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 Drs_render_property.cpp520 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 Drs_properties_test2.cpp190 properties.motionBlurPara_ = std::make_shared<MotionBlurParam>(1.f, scaleAnchor);
249 properties.motionBlurPara_ = std::make_shared<MotionBlurParam>(1.f, scaleAnchor);
H A Drs_properties_test.cpp463 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 Drs_marshalling_helper_test.cpp480 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 Drs_marshalling_helper.cpp717 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 Drsmarshallinghelper_fuzzer.cpp78 std::shared_ptr<MotionBlurParam> motionBlurParam; in DoUnmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1608 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 Drs_properties.cpp1770 void RSProperties::SetMotionBlurPara(const std::shared_ptr<MotionBlurParam>& para) in SetMotionBlurPara()
1860 const std::shared_ptr<MotionBlurParam>& RSProperties::GetMotionBlurPara() const in GetMotionBlurPara()