Searched refs:SetGradientStyle (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_svg_painter.h | 121 static void SetGradientStyle(SkPaint& skPaint, const FillState& fillState, double opacity); 124 static void SetGradientStyle(RSBrush& brush, const FillState& fillState, double opacity);
|
H A D | rosen_svg_painter.cpp | 86 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 D | svg_graphic.h | 150 bool SetGradientStyle(double opacity);
|
H A D | svg_graphic.cpp | 148 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 D | parse_testtwo_ng.cpp | 715 svgCircle->SetGradientStyle(0); in __anon089bbfed0302() 732 svgCircle->SetGradientStyle(1); in __anon089bbfed0302()
|