Home
last modified time | relevance | path

Searched defs:DrawImageLattice (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/core/
DSkLiteDL.cpp328 struct DrawImageLattice final : Op { struct
329 static const auto kType = Type::DrawImageLattice;
330 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs, in DrawImageLattice() function
335 sk_sp<const SkImage> image;
336 int xs, ys, fs;
337 SkIRect src;
338 SkRect dst;
339 SkPaint paint;
340 void draw(SkCanvas* c, const SkMatrix&) const { in draw()