Searched refs:DrawImageLattice (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DisplayListOps.in | 44 X(DrawImageLattice)
|
D | RecordingCanvas.cpp | 352 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()
|