Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/canvas/
H A DCanvasOpTypes.h60 DrawImageLattice, enumerator
/aosp14/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp411 struct DrawImageLattice final : Op { struct
412 static const auto kType = Type::DrawImageLattice;
413 DrawImageLattice(DrawImagePayload&& payload, int xs, int ys, int fs, const SkIRect& src, in DrawImageLattice() function
427 sk_sp<const SkImage> image;
428 int xs, ys, fs;
429 SkIRect src;
430 SkRect dst;
431 SkFilterMode filter;
432 SkPaint paint;
433 BitmapPalette palette;
[all …]