Searched refs:DrawImageLattice (Results 1 – 8 of 8) sorted by relevance
/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() function 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()
|
/external/skia/src/core/ |
D | SkRecords.h | 57 M(DrawImageLattice) \ 240 RECORD(DrawImageLattice, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 58 M(DrawImage) M(DrawImageNine) M(DrawImageRect) M(DrawImageLattice) M(DrawImageSet) \ 334 struct DrawImageLattice final : Op { struct 335 static const auto kType = Type::DrawImageLattice; argument 336 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs, in DrawImageLattice() argument 596 void* pod = this->push<DrawImageLattice>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds, in drawImageLattice()
|
D | SkRecordDraw.cpp | 108 template <> void Draw::draw(const DrawImageLattice& r) { in draw() 386 Bounds bounds(const DrawImageLattice& op) const { in bounds()
|
D | SkRecorder.cpp | 258 this->append<SkRecords::DrawImageLattice>(this->copy(paint), sk_ref_sp(image), in onDrawImageLattice()
|