Searched refs:DrawImageLattice (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/libs/hwui/canvas/ |
H A D | CanvasOpTypes.h | 60 DrawImageLattice, enumerator
|
H A D | CanvasOps.h | 388 struct CanvasOp<CanvasOpType::DrawImageLattice> {
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | DisplayListOps.in | 44 X(DrawImageLattice)
|
H A D | RecordingCanvas.cpp | 350 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 D | CanvasOpTests.cpp | 528 buffer.push<Op::DrawImageLattice>( in TEST()
|