Searched refs:DrawImageOp (Results 1 – 4 of 4) sorted by relevance
63 X(DrawImageOp)
470 struct DrawImageOp final : Op {471 static constexpr auto kType = Type::DrawImageOp;472 DrawImageOp(const Ace::CanvasImage& canvasImage, double width, double height) in DrawImageOp() function
338 void DrawImageOp::Draw(CanvasPaintMethod* method) const in Draw()
456 paintMethod_->PushTask<DrawImageOp>(image, width, height); in DrawImage()