Searched refs:FillTextOp (Results 1 – 4 of 4) sorted by relevance
10 X(FillTextOp)
64 struct FillTextOp final : Op {65 static constexpr auto kType = Type::FillTextOp;66 FillTextOp(const std::string& text, double x, double y, std::optional<double> maxWidth) in FillTextOp() function
39 void FillTextOp::Draw(CanvasPaintMethod* method) const in Draw()
427 paintMethod_->PushTask<FillTextOp>(text, x, y, maxWidth); in FillText()