Home
last modified time | relevance | path

Searched refs:RSLinearGradientBlurPara (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_gradient_blur_para.h40 class RSB_EXPORT RSLinearGradientBlurPara {
49 explicit RSLinearGradientBlurPara(const float blurRadius, in RSLinearGradientBlurPara() function
64 ~RSLinearGradientBlurPara() = default;
H A Drs_linear_gradient_blur_shader_filter.h26 RSLinearGradientBlurShaderFilter(const std::shared_ptr<RSLinearGradientBlurPara>& para,
50 std::shared_ptr<RSLinearGradientBlurPara> linearGradientBlurPara_ = nullptr;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_linear_gradient_blur_shader_filter_test.cpp49 …auto linearGradientBlurPara = std::make_shared<RSLinearGradientBlurPara>(blurRadius, fractionStops,
H A Drs_drawing_filter_test.cpp67 …auto para = std::make_shared<RSLinearGradientBlurPara>(1.f, fractionStops, GradientDirection::LEFT…
94 …auto para = std::make_shared<RSLinearGradientBlurPara>(1.f, fractionStops, GradientDirection::LEFT…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_linear_gradient_blur_shader_filter.cpp23 …const std::shared_ptr<RSLinearGradientBlurPara>& para, const float geoWidth, const float geoHeight) in RSLinearGradientBlurShaderFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp156 …arshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSLinearGradientBlurPara>& val) in Marshalling()
160 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSLinearGradientBlurPara>& … in Unmarshalling()
471 EXPLICIT_INSTANTIATION(TEMPLATE, std::shared_ptr<RSLinearGradientBlurPara>) \
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp159 …arshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSLinearGradientBlurPara>& val) in Marshalling()
164 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSLinearGradientBlurPara>& … in Unmarshalling()
473 EXPLICIT_INSTANTIATION(TEMPLATE, std::shared_ptr<RSLinearGradientBlurPara>) \
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.cpp245 void RSProperty<std::shared_ptr<RSLinearGradientBlurPara>>::UpdateToRender( in UpdateToRender()
246 const std::shared_ptr<RSLinearGradientBlurPara>& value, PropertyUpdateType type) const in UpdateToRender()
H A Drs_property.h718 RSC_EXPORT void RSProperty<std::shared_ptr<RSLinearGradientBlurPara>>::UpdateToRender(
719 const std::shared_ptr<RSLinearGradientBlurPara>& value, PropertyUpdateType type) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h250 void SetLinearGradientBlurPara(const std::shared_ptr<RSLinearGradientBlurPara>& para);
301 const std::shared_ptr<RSLinearGradientBlurPara>& GetLinearGradientBlurPara() const;
644 std::shared_ptr<RSLinearGradientBlurPara> linearGradientBlurPara_ = nullptr;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_node_command.h213 RSNodeCommandHelper::UpdateModifier<std::shared_ptr<RSLinearGradientBlurPara>>,
214 NodeId, std::shared_ptr<RSLinearGradientBlurPara>, PropertyId, PropertyUpdateType))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h53 class RSLinearGradientBlurPara; variable
245 DECLARE_FUNCTION_OVERLOAD(std::shared_ptr<RSLinearGradientBlurPara>)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h389 RSB_EXPORT void RSRenderProperty<std::shared_ptr<RSLinearGradientBlurPara>>::Dump(std::string& out)…
447 extern template class RSRenderProperty<std::shared_ptr<RSLinearGradientBlurPara>>;
H A Drs_modifiers_def.in107 DECLARE_NOANIMATABLE_MODIFIER(LinearGradientBlurPara, std::shared_ptr<RSLinearGradientBlurPara>, LI…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp511 void RSRenderProperty<std::shared_ptr<RSLinearGradientBlurPara>>::Dump(std::string& out) const in Dump()
750 template class RSRenderProperty<std::shared_ptr<RSLinearGradientBlurPara>>;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp485 auto para = std::make_shared<RSLinearGradientBlurPara>(blurRadius, fractionStops, direction);
688 …properties.linearGradientBlurPara_ = std::make_shared<RSLinearGradientBlurPara>(-1.f, fractionStop…
H A Drs_properties_test.cpp1357 auto para = std::make_shared<RSLinearGradientBlurPara>(blurRadius, fractionStops, direction);
1823 …std::shared_ptr<RSLinearGradientBlurPara> para = std::make_shared<RSLinearGradientBlurPara>(blurRa…
2560 …properties.linearGradientBlurPara_ = std::make_shared<RSLinearGradientBlurPara>(-1.f, fractionStop…
H A Drs_properties_painter_test.cpp1315 std::shared_ptr<RSLinearGradientBlurPara> linearGradientBlurPara =
1316 std::make_shared<RSLinearGradientBlurPara>(16, fractionStops, GradientDirection::BOTTOM);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp363 …auto val = std::make_shared<RSLinearGradientBlurPara>(blurRadius, fractionStops, GradientDirection…
376 std::shared_ptr<RSLinearGradientBlurPara> val;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_test.cpp351 …auto para = std::make_shared<RSLinearGradientBlurPara>(1.f, fractionStops, GradientDirection::LEFT…
H A Drs_property_drawable_utils_test.cpp140 …auto para = std::make_shared<RSLinearGradientBlurPara>(1.f, fractionStops, GradientDirection::LEFT…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp663 …arshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSLinearGradientBlurPara>& val) in Marshalling()
679 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSLinearGradientBlurPara>& … in Unmarshalling()
711 val = std::make_shared<RSLinearGradientBlurPara>(blurRadius, fractionStops, direction); in Unmarshalling()
2166 EXPLICIT_INSTANTIATION(TEMPLATE, std::shared_ptr<RSLinearGradientBlurPara>) \
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp77 std::shared_ptr<RSLinearGradientBlurPara> val; in DoUnmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h302 void SetLinearGradientBlurPara(const std::shared_ptr<RSLinearGradientBlurPara>& para);
H A Drs_node.cpp1599 void RSNode::SetLinearGradientBlurPara(const std::shared_ptr<RSLinearGradientBlurPara>& para) in SetLinearGradientBlurPara()
1601 …tProperty<RSLinearGradientBlurParaModifier, RSProperty<std::shared_ptr<RSLinearGradientBlurPara>>>( in SetLinearGradientBlurPara()

12