Home
last modified time | relevance | path

Searched refs:SetInvertFilter (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.h191 void SetInvertFilter(const std::string& percent);
H A Drosen_render_offscreen_canvas.cpp2706 filterFunc_["invert"] = [&](const std::string& percentage) { SetInvertFilter(percentage); }; in UpdateTextStyleForeground()
2827 void RosenRenderOffscreenCanvas::SetInvertFilter(const std::string& filterParam) 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.h328 void SetInvertFilter(const std::string& percent);
H A Dcustom_paint_paint_method.cpp1469 SetInvertFilter(filter.filterParam_); in SetFilterParam()
1625 void CustomPaintPaintMethod::SetInvertFilter(const std::string& percent) in SetInvertFilter() function in OHOS::Ace::NG::CustomPaintPaintMethod