Searched refs:geoWidth (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_linear_gradient_blur_shader_filter.h | 27 const float geoWidth, const float geoHeight); 33 void SetGeometry(Drawing::Canvas& canvas, float geoWidth, float geoHeight) in SetGeometry() argument 39 geoWidth_ = std::ceil(geoWidth); in SetGeometry()
|
H A D | rs_skia_filter.h | 43 virtual void SetGeometry(Drawing::Canvas& canvas, float geoWidth, float geoHeight) {}; in SetGeometry() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_linear_gradient_blur_shader_filter_test.cpp | 47 float geoWidth = 0.f; variable 52 … geoWidth, geoHeight);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_linear_gradient_blur_shader_filter.cpp | 23 …const std::shared_ptr<RSLinearGradientBlurPara>& para, const float geoWidth, const float geoHeight) in RSLinearGradientBlurShaderFilter() argument 27 geoWidth_ = geoWidth; in RSLinearGradientBlurShaderFilter()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_linear_gradient_blur_shader_filter.h | 41 void SetBoundsGeometry(float geoWidth, float geoHeight) in SetBoundsGeometry() argument 43 geoWidth_ = geoWidth; in SetBoundsGeometry()
|
H A D | ge_shader_filter_params.h | 108 float geoWidth; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_visual_effect_impl.cpp | 334 … [](GEVisualEffectImpl* obj, float p) { obj->linearGradientBlurParams_->geoWidth = p; } }, in SetLinearGradientBlurParams()
|
H A D | ge_linear_gradient_blur_shader_filter.cpp | 48 geoWidth_ = params.geoWidth; in GELinearGradientBlurShaderFilter()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/ |
H A D | ge_visual_effect_impl_test.cpp | 100 EXPECT_EQ(geVisualEffectImpl2.GetLinearGradientBlurParams()->geoWidth, paramfloat);
|