Searched defs:DrawImageLattice (Results 1 – 2 of 2) sorted by relevance
415 struct DrawImageLattice final : Op { struct416 static const auto kType = Type::DrawImageLattice;417 DrawImageLattice(DrawImagePayload&& payload, int xs, int ys, int fs, const SkIRect& src, in DrawImageLattice() function431 sk_sp<const SkImage> image;432 int xs, ys, fs;433 SkIRect src;434 SkRect dst;435 SkFilterMode filter;436 SkPaint paint;437 BitmapPalette palette;[all …]
60 DrawImageLattice, enumerator