Home
last modified time | relevance | path

Searched refs:GEGreyShaderFilterParams (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_grey_shader_filter_test.cpp71 Drawing::GEGreyShaderFilterParams geGreyShaderFilterParams { 0.0, 0.0 };
89 Drawing::GEGreyShaderFilterParams geGreyShaderFilterParams { -1.0, -1.0 };
107 Drawing::GEGreyShaderFilterParams geGreyShaderFilterParams { 128.0, 128.0 };
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_visual_effect_impl.h113 greyParams_ = std::make_shared<GEGreyShaderFilterParams>(); in MakeGreyParams()
116 const std::shared_ptr<GEGreyShaderFilterParams>& GetGreyParams() const in GetGreyParams()
157 std::shared_ptr<GEGreyShaderFilterParams> greyParams_ = nullptr;
H A Dge_grey_shader_filter.h26 GEGreyShaderFilter(const Drawing::GEGreyShaderFilterParams& params);
H A Dge_shader_filter_params.h59 struct GEGreyShaderFilterParams { struct
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_grey_shader_filter.cpp25 GEGreyShaderFilter::GEGreyShaderFilter(const Drawing::GEGreyShaderFilterParams& params) in GEGreyShaderFilter()