Searched refs:FillRectOp (Results 1 – 4 of 4) sorted by relevance
9 X(FillRectOp)
57 struct FillRectOp final : Op {58 static constexpr auto kType = Type::FillRectOp;59 explicit FillRectOp(const Rect& rect): rect(std::move(rect)) {} in FillRectOp() function
34 void FillRectOp::Draw(CanvasPaintMethod* method) const in Draw()
199 paintMethod_->PushTask<FillRectOp>(rect); in FillRect()