Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkRecords.h57 M(DrawImageLattice) \
239 RECORD(DrawImageLattice, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
DSkLiteDL.cpp58 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()
DSkRecordDraw.cpp104 template <> void Draw::draw(const DrawImageLattice& r) { in draw()
381 Bounds bounds(const DrawImageLattice& op) const { in bounds()
DSkRecorder.cpp254 this->append<SkRecords::DrawImageLattice>(this->copy(paint), sk_ref_sp(image), in onDrawImageLattice()
/external/skia/src/core/
DSkRecords.h57 M(DrawImageLattice) \
240 RECORD(DrawImageLattice, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
DSkLiteDL.cpp58 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()
DSkRecordDraw.cpp108 template <> void Draw::draw(const DrawImageLattice& r) { in draw()
386 Bounds bounds(const DrawImageLattice& op) const { in bounds()
DSkRecorder.cpp258 this->append<SkRecords::DrawImageLattice>(this->copy(paint), sk_ref_sp(image), in onDrawImageLattice()