Searched refs:DrawSvgImageOp (Results 1 – 4 of 4) sorted by relevance
62 X(DrawSvgImageOp)
460 struct DrawSvgImageOp final : Op {461 static constexpr auto kType = Type::DrawSvgImageOp;462 …DrawSvgImageOp(RefPtr<SvgDomBase> svgDom, const Ace::CanvasImage& canvasImage, const ImageFit& ima… in DrawSvgImageOp() function
333 void DrawSvgImageOp::Draw(CanvasPaintMethod* method) const in Draw()
469 paintMethod_->PushTask<DrawSvgImageOp>(svgDom, image, imageFit); in DrawSvgImage()