Home
last modified time | relevance | path

Searched refs:SetBlurFilter (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.h195 void SetBlurFilter(const std::string& percent);
H A Drosen_render_offscreen_canvas.cpp2710 filterFunc_["blur"] = [&](const std::string& percentage) { SetBlurFilter(percentage); }; in UpdateTextStyleForeground()
2900 void RosenRenderOffscreenCanvas::SetBlurFilter(const std::string& percent) in UpdateTextStyleForeground() function in OHOS::Ace::RosenRenderOffscreenCanvas
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h332 void SetBlurFilter(const std::string& percent);
H A Dcustom_paint_paint_method.cpp1481 SetBlurFilter(filter.filterParam_); in SetFilterParam()
1705 void CustomPaintPaintMethod::SetBlurFilter(const std::string& percent) in SetBlurFilter() function in OHOS::Ace::NG::CustomPaintPaintMethod