Home
last modified time | relevance | path

Searched defs:fillState (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.cpp33 void ShapeComponent::InheritShapeStyle(const FillState& fillState, const StrokeState& strokeState, … in InheritShapeStyle()
H A Dshape_container_component.cpp33 void ShapeContainerComponent::InheritShapeStyle(const FillState& fillState, const StrokeState& stro… in InheritShapeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_shape.h37 void SetFillState(const FillState& fillState) in SetFillState()
H A Drender_svg_base.cpp866 void RenderSvgBase::UpdateGradient(FillState& fillState) in UpdateGradient()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp80 void RosenSvgPainter::SetFillStyle(SkPaint& skPaint, const FillState& fillState, uint8_t opacity, b… in SetFillStyle()
93 const FillState& fillState, uint8_t opacity, bool antiAlias) in SetFillStyle()
107 …SkCanvas* skCanvas, const SkPath& skPath, const FillState& fillState, uint8_t opacity, bool antiAl… in SetFillStyle()
118 const FillState& fillState, uint8_t opacity, bool antiAlias) in SetFillStyle()
132 void RosenSvgPainter::SetGradientStyle(SkPaint& skPaint, const FillState& fillState, double opacity) in SetGradientStyle()
170 void RosenSvgPainter::SetGradientStyle(RSBrush& brush, const FillState& fillState, double opacity) in SetGradientStyle()
209 SkCanvas* canvas, const SkPath& skPath, const FillState& fillState, RenderInfo& renderInfo) in SetFillStyle()
231 const RSPath& path, const FillState& fillState, RenderInfo& renderInfo) in SetFillStyle()
H A Drosen_svg_painter.h38 FillState fillState; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_base_declaration.h30 FillState fillState; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpaint_state.h427 PaintState fillState; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp568 auto fillState = svgUseDeclaration.fillState; variable