Home
last modified time | relevance | path

Searched refs:geoHeight (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
40 geoHeight_ = std::ceil(geoHeight); 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.cpp48 float geoHeight = 0.f; variable
52 … geoWidth, 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
28 geoHeight_ = geoHeight; 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
44 geoHeight_ = geoHeight; in SetBoundsGeometry()
H A Dge_shader_filter_params.h109 float geoHeight; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_visual_effect_impl.cpp336 … [](GEVisualEffectImpl* obj, float p) { obj->linearGradientBlurParams_->geoHeight = p; } }, in SetLinearGradientBlurParams()
H A Dge_linear_gradient_blur_shader_filter.cpp49 geoHeight_ = params.geoHeight; in GELinearGradientBlurShaderFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_visual_effect_impl_test.cpp101 EXPECT_EQ(geVisualEffectImpl2.GetLinearGradientBlurParams()->geoHeight, paramfloat);