Searched defs:DrawImageLattice (Results 1 – 1 of 1) sorted by relevance
328 struct DrawImageLattice final : Op { struct329 static const auto kType = Type::DrawImageLattice;330 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs, in DrawImageLattice() function335 sk_sp<const SkImage> image;336 int xs, ys, fs;337 SkIRect src;338 SkRect dst;339 SkPaint paint;340 void draw(SkCanvas* c, const SkMatrix&) const { in draw()