Home
last modified time | relevance | path

Searched refs:SetGrayFilter (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.h189 void SetGrayFilter(const std::string& percent);
H A Drosen_render_offscreen_canvas.cpp2704 filterFunc_["grayscale"] = [&](const std::string& percentage) { SetGrayFilter(percentage); }; in UpdateTextStyleForeground()
2778 void RosenRenderOffscreenCanvas::SetGrayFilter(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.h324 void SetGrayFilter(const std::string& percent);
H A Dcustom_paint_paint_method.cpp1457 SetGrayFilter(filter.filterParam_); in SetFilterParam()
1493 void CustomPaintPaintMethod::SetGrayFilter(const std::string& percent) in SetGrayFilter() function in OHOS::Ace::NG::CustomPaintPaintMethod