Home
last modified time | relevance | path

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 Drs_linear_gradient_blur_shader_filter.h27 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 Drs_skia_filter.h43 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 Drs_linear_gradient_blur_shader_filter_test.cpp47 float geoWidth = 0.f; variable
52geoWidth, geoHeight);
/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() argument
27 geoWidth_ = geoWidth; in RSLinearGradientBlurShaderFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_linear_gradient_blur_shader_filter.h41 void SetBoundsGeometry(float geoWidth, float geoHeight) in SetBoundsGeometry() argument
43 geoWidth_ = geoWidth; in SetBoundsGeometry()
H A Dge_shader_filter_params.h108 float geoWidth; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_visual_effect_impl.cpp334 … [](GEVisualEffectImpl* obj, float p) { obj->linearGradientBlurParams_->geoWidth = p; } }, in SetLinearGradientBlurParams()
H A Dge_linear_gradient_blur_shader_filter.cpp48 geoWidth_ = params.geoWidth; in GELinearGradientBlurShaderFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_visual_effect_impl_test.cpp100 EXPECT_EQ(geVisualEffectImpl2.GetLinearGradientBlurParams()->geoWidth, paramfloat);