Searched defs:DrawImageLattice (Results 1 – 2 of 2) sorted by relevance
60 DrawImageLattice, enumerator
350 struct DrawImageLattice final : Op { struct351 static const auto kType = Type::DrawImageLattice;352 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs, const SkIRect& src, in DrawImageLattice() function367 sk_sp<const SkImage> image;368 int xs, ys, fs;369 SkIRect src;370 SkRect dst;371 SkFilterMode filter;372 SkPaint paint;373 BitmapPalette palette;[all …]