Searched defs:DrawImageLattice (Results 1 – 2 of 2) sorted by relevance
60 DrawImageLattice, enumerator
411 struct DrawImageLattice final : Op { struct412 static const auto kType = Type::DrawImageLattice;413 DrawImageLattice(DrawImagePayload&& payload, int xs, int ys, int fs, const SkIRect& src, in DrawImageLattice() function427 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;[all …]