Home
last modified time | relevance | path

Searched refs:SetLineCapOp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_ops.in23 X(SetLineCapOp)
H A Dcanvas_paint_op.h208 struct SetLineCapOp final : Op {
209 static constexpr auto kType = Type::SetLineCapOp;
210 explicit SetLineCapOp(LineCapStyle style): style(std::move(style)) {} in SetLineCapOp() function
H A Dcanvas_paint_op.cpp148 void SetLineCapOp::Draw(CanvasPaintMethod* method) const in Draw()
H A Dcanvas_pattern.cpp606 paintMethod_->PushTask<SetLineCapOp>(cap); in UpdateLineCap()