Home
last modified time | relevance | path

Searched defs:strokeState (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 …peContainerComponent::InheritShapeStyle(const FillState& fillState, const StrokeState& strokeState, in InheritShapeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_graphic.cpp203 const auto& strokeState = attributes_.strokeState; in SetStrokeGradientStyle() local
244 const auto& strokeState = attributes_.strokeState; in UpdateStrokeStyle() local
287 const auto& strokeState = attributes_.strokeState; in UpdateLineDash() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_shape.h47 void SetStrokeState(const StrokeState& strokeState) in SetStrokeState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp256 void RosenSvgPainter::SetStrokeStyle(SkPaint& skPaint, const StrokeState& strokeState, uint8_t opac… in SetStrokeStyle()
282 const StrokeState& strokeState, uint8_t opacity, bool antiAlias) in SetStrokeStyle()
309 …SkCanvas* skCanvas, const SkPath& skPath, const StrokeState& strokeState, uint8_t opacity, bool an… in SetStrokeStyle()
322 const RSPath& path, const StrokeState& strokeState, uint8_t opacity, bool antiAlias) in SetStrokeStyle()
339 … SkCanvas* skCanvas, const SkPath& skPath, const StrokeState& strokeState, RenderInfo& renderInfo) in SetStrokeStyle()
361 const RSPath& path, const StrokeState& strokeState, RenderInfo& renderInfo) in SetStrokeStyle()
386 void RosenSvgPainter::UpdateLineDash(SkPaint& paint, const StrokeState& strokeState) in UpdateLineDash()
399 void RosenSvgPainter::UpdateLineDash(RSPen& pen, const StrokeState& strokeState) in UpdateLineDash()
H A Drosen_svg_painter.h39 StrokeState strokeState; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_base_declaration.h31 StrokeState strokeState; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h284 void Inherit(const StrokeState& strokeState) in Inherit()
H A Dpaint_state.h428 StrokePaintState strokeState; member