Home
last modified time | relevance | path

Searched refs:SetGradientStyle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.h121 static void SetGradientStyle(SkPaint& skPaint, const FillState& fillState, double opacity);
124 static void SetGradientStyle(RSBrush& brush, const FillState& fillState, double opacity);
H A Drosen_svg_painter.cpp86 SetGradientStyle(skPaint, fillState, curOpacity); in SetFillStyle()
98 SetGradientStyle(brush, fillState, curOpacity); in SetFillStyle()
132 void RosenSvgPainter::SetGradientStyle(SkPaint& skPaint, const FillState& fillState, double opacity) in SetGradientStyle() function in OHOS::Ace::RosenSvgPainter
170 void RosenSvgPainter::SetGradientStyle(RSBrush& brush, const FillState& fillState, double opacity) in SetGradientStyle() function in OHOS::Ace::RosenSvgPainter
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_graphic.h150 bool SetGradientStyle(double opacity);
H A Dsvg_graphic.cpp148 return SetGradientStyle(curOpacity); in UpdateFillStyle()
160 bool SvgGraphic::SetGradientStyle(double opacity) in SetGradientStyle() function in OHOS::Ace::NG::SvgGraphic
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_testtwo_ng.cpp715 svgCircle->SetGradientStyle(0); in __anon089bbfed0302()
732 svgCircle->SetGradientStyle(1); in __anon089bbfed0302()