Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/canvas/
H A DCanvasOpTypes.h60 DrawImageLattice, enumerator
/aosp12/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp350 struct DrawImageLattice final : Op { struct
351 static const auto kType = Type::DrawImageLattice;
352 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs, const SkIRect& src, in DrawImageLattice() function
367 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 …]