Searched refs:DrawImageLattice (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkRecords.h | 60 M(DrawImageLattice) \ 261 RECORD(DrawImageLattice, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
|
D | SkRecordDraw.cpp | 111 template <> void Draw::draw(const DrawImageLattice& r) { in draw() 390 Bounds bounds(const DrawImageLattice& op) const { in bounds()
|
D | SkRecorder.cpp | 252 this->append<SkRecords::DrawImageLattice>(this->copy(paint), sk_ref_sp(image), in onDrawImageLattice()
|
/external/skqp/src/core/ |
D | SkRecords.h | 57 M(DrawImageLattice) \ 239 RECORD(DrawImageLattice, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 58 M(DrawImage) M(DrawImageNine) M(DrawImageRect) M(DrawImageLattice) M(DrawImageSet) \ 328 struct DrawImageLattice final : Op { struct 329 static const auto kType = Type::DrawImageLattice; argument 330 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs, in DrawImageLattice() argument 587 void* pod = this->push<DrawImageLattice>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds, in drawImageLattice()
|
D | SkRecordDraw.cpp | 104 template <> void Draw::draw(const DrawImageLattice& r) { in draw() 381 Bounds bounds(const DrawImageLattice& op) const { in bounds()
|
D | SkRecorder.cpp | 254 this->append<SkRecords::DrawImageLattice>(this->copy(paint), sk_ref_sp(image), in onDrawImageLattice()
|