Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/canvas/
DCanvasOpTypes.h60 DrawImageLattice, enumerator
DCanvasOps.h394 struct CanvasOp<CanvasOpType::DrawImageLattice> {
/frameworks/base/libs/hwui/
DDisplayListOps.in45 X(DrawImageLattice)
DRecordingCanvas.cpp415 struct DrawImageLattice final : Op { struct
416 static const auto kType = Type::DrawImageLattice; argument
417 DrawImageLattice(DrawImagePayload&& payload, int xs, int ys, int fs, const SkIRect& src, in DrawImageLattice() argument
897 void* pod = this->push<DrawImageLattice>(bytes, std::move(payload), xs, ys, fs, in drawImageLattice()
/frameworks/base/libs/hwui/tests/unit/
DCanvasOpTests.cpp537 buffer.push<Op::DrawImageLattice>( in TEST()