Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/canvas/
H A DCanvasOpTypes.h60 DrawImageLattice, enumerator
H A DCanvasOps.h388 struct CanvasOp<CanvasOpType::DrawImageLattice> {
/aosp12/frameworks/base/libs/hwui/
H A DDisplayListOps.in44 X(DrawImageLattice)
H A DRecordingCanvas.cpp350 struct DrawImageLattice final : Op { struct
351 static const auto kType = Type::DrawImageLattice; argument
352 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs, const SkIRect& src, in DrawImageLattice() function
725 void* pod = this->push<DrawImageLattice>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds, in drawImageLattice()
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DCanvasOpTests.cpp528 buffer.push<Op::DrawImageLattice>( in TEST()