Searched refs:SetLineCapOp (Results 1 – 4 of 4) sorted by relevance
23 X(SetLineCapOp)
208 struct SetLineCapOp final : Op {209 static constexpr auto kType = Type::SetLineCapOp;210 explicit SetLineCapOp(LineCapStyle style): style(std::move(style)) {} in SetLineCapOp() function
148 void SetLineCapOp::Draw(CanvasPaintMethod* method) const in Draw()
606 paintMethod_->PushTask<SetLineCapOp>(cap); in UpdateLineCap()