Home
last modified time | relevance | path

Searched refs:SetBrightnessFilter (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.h193 void SetBrightnessFilter(const std::string& percent);
H A Drosen_render_offscreen_canvas.cpp2708 …filterFunc_["brightness"] = [&](const std::string& percentage) { SetBrightnessFilter(percentage); … in UpdateTextStyleForeground()
2862 void RosenRenderOffscreenCanvas::SetBrightnessFilter(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.h330 void SetBrightnessFilter(const std::string& percent);
H A Dcustom_paint_paint_method.cpp1475 SetBrightnessFilter(filter.filterParam_); in SetFilterParam()
1669 void CustomPaintPaintMethod::SetBrightnessFilter(const std::string& percent) in SetBrightnessFilter() function in OHOS::Ace::NG::CustomPaintPaintMethod