Searched refs:DrawImageRect (Results 1 – 2 of 2) sorted by relevance
43 X(DrawImageRect)
332 struct DrawImageRect final : Op { struct333 static const auto kType = Type::DrawImageRect; argument334 DrawImageRect(sk_sp<const SkImage>&& image, const SkRect* src, const SkRect& dst, in DrawImageRect() function624 this->push<DrawImageRect>(0, std::move(image), src, dst, paint, constraint, palette); in drawImageRect()