Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp335 struct DrawImageLattice final : Op { struct
336 static const auto kType = Type::DrawImageLattice;
337 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs, in DrawImageLattice() argument
342 sk_sp<const SkImage> image;
343 int xs, ys, fs;
344 SkIRect src;
345 SkRect dst;
346 SkPaint paint;
347 void draw(SkCanvas* c, const SkMatrix&) { in draw()