Lines Matching defs:DrawImageLattice
411 struct DrawImageLattice final : Op { struct
412 static const auto kType = Type::DrawImageLattice;
413 DrawImageLattice(DrawImagePayload&& payload, int xs, int ys, int fs, const SkIRect& src, in DrawImageLattice() function
427 sk_sp<const SkImage> image;
428 int xs, ys, fs;
429 SkIRect src;
430 SkRect dst;
431 SkFilterMode filter;
432 SkPaint paint;
433 BitmapPalette palette;
434 void draw(SkCanvas* c, const SkMatrix&) const { in draw()