Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp313 struct DrawImageLattice final : Op { struct
314 static const auto kType = Type::DrawImageLattice;
315 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs, in DrawImageLattice() argument
320 sk_sp<const SkImage> image;
321 int xs, ys, fs;
322 SkIRect src;
323 SkRect dst;
324 SkPaint paint;
325 void draw(SkCanvas* c, const SkMatrix&) const { in draw()