Home
last modified time | relevance | path

Searched refs:SetGreyParams (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_visual_effect_impl_test.cpp169 geVisualEffectImpl.SetGreyParams("", 1.0f); // 1.0f invalid params
267 geVisualEffectImpl.SetGreyParams(Drawing::GE_FILTER_GREY_COEF_1, 1.0f);
269 geVisualEffectImpl.SetGreyParams("", 2.0f);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_visual_effect_impl.cpp164 SetGreyParams(tag, param); in SetParam()
307 void GEVisualEffectImpl::SetGreyParams(const std::string& tag, float param) in SetGreyParams() function in OHOS::Rosen::Drawing::GEVisualEffectImpl
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_visual_effect_impl.h146 void SetGreyParams(const std::string& tag, float param);