Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListOps.in44 X(DrawImageLattice)
DRecordingCanvas.cpp352 struct DrawImageLattice final : Op { struct
353 static const auto kType = Type::DrawImageLattice; argument
354 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs, const SkIRect& src, in DrawImageLattice() function
634 void* pod = this->push<DrawImageLattice>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds, in drawImageLattice()