Home
last modified time | relevance | path

Searched refs:FillTextOp (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.in10 X(FillTextOp)
H A Dcanvas_paint_op.h64 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
H A Dcanvas_paint_op.cpp39 void FillTextOp::Draw(CanvasPaintMethod* method) const in Draw()
H A Dcanvas_pattern.cpp427 paintMethod_->PushTask<FillTextOp>(text, x, y, maxWidth); in FillText()