Searched refs:SetLineJoinOp (Results 1 – 4 of 4) sorted by relevance
24 X(SetLineJoinOp)
201 struct SetLineJoinOp final : Op {202 static constexpr auto kType = Type::SetLineJoinOp;203 explicit SetLineJoinOp(LineJoinStyle style): style(std::move(style)) {} in SetLineJoinOp() function
143 void SetLineJoinOp::Draw(CanvasPaintMethod* method) const in Draw()
630 paintMethod_->PushTask<SetLineJoinOp>(join); in UpdateLineJoin()