Searched defs:DrawImageLattice (Results 1 – 1 of 1) sorted by relevance
335 struct DrawImageLattice final : Op { struct336 static const auto kType = Type::DrawImageLattice;337 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs, in DrawImageLattice() function342 sk_sp<const SkImage> image;343 int xs, ys, fs;344 SkIRect src;345 SkRect dst;346 SkPaint paint;347 void draw(SkCanvas* c, const SkMatrix&) { in draw()