Searched defs:DrawImageLattice (Results 1 – 1 of 1) sorted by relevance
352 struct DrawImageLattice final : Op { struct353 static const auto kType = Type::DrawImageLattice;354 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs, const SkIRect& src, in DrawImageLattice() argument367 sk_sp<const SkImage> image;368 int xs, ys, fs;369 SkIRect src;370 SkRect dst;371 SkPaint paint;372 BitmapPalette palette;373 void draw(SkCanvas* c, const SkMatrix&) const { in draw()