Home
last modified time | relevance | path

Searched refs:DrawImageOp (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.in63 X(DrawImageOp)
H A Dcanvas_paint_op.h470 struct DrawImageOp final : Op {
471 static constexpr auto kType = Type::DrawImageOp;
472 DrawImageOp(const Ace::CanvasImage& canvasImage, double width, double height) in DrawImageOp() function
H A Dcanvas_paint_op.cpp338 void DrawImageOp::Draw(CanvasPaintMethod* method) const in Draw()
H A Dcanvas_pattern.cpp456 paintMethod_->PushTask<DrawImageOp>(image, width, height); in DrawImage()