Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp415 struct DrawImageLattice final : Op { struct
416 static const auto kType = Type::DrawImageLattice;
417 DrawImageLattice(DrawImagePayload&& payload, int xs, int ys, int fs, const SkIRect& src, in DrawImageLattice() function
431 sk_sp<const SkImage> image;
432 int xs, ys, fs;
433 SkIRect src;
434 SkRect dst;
435 SkFilterMode filter;
436 SkPaint paint;
437 BitmapPalette palette;
[all …]
/aosp_15_r20/frameworks/base/libs/hwui/canvas/
H A DCanvasOpTypes.h60 DrawImageLattice, enumerator