Searched defs:strokeState (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.cpp | 33 void ShapeComponent::InheritShapeStyle(const FillState& fillState, const StrokeState& strokeState, … in InheritShapeStyle()
|
H A D | shape_container_component.cpp | 33 …peContainerComponent::InheritShapeStyle(const FillState& fillState, const StrokeState& strokeState, in InheritShapeStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_graphic.cpp | 203 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 D | svg_shape.h | 47 void SetStrokeState(const StrokeState& strokeState) in SetStrokeState()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_svg_painter.cpp | 256 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 D | rosen_svg_painter.h | 39 StrokeState strokeState; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_base_declaration.h | 31 StrokeState strokeState; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | svg_paint_state.h | 284 void Inherit(const StrokeState& strokeState) in Inherit()
|
H A D | paint_state.h | 428 StrokePaintState strokeState; member
|