Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecords.h63 M(DrawImageLattice) \
249 RECORD(DrawImageLattice, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
DSkLiteDL.cpp56 M(DrawImage) M(DrawImageNine) M(DrawImageRect) M(DrawImageLattice) \
313 struct DrawImageLattice final : Op { struct
314 static const auto kType = Type::DrawImageLattice; argument
315 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs, in DrawImageLattice() argument
613 void* pod = this->push<DrawImageLattice>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds, in drawImageLattice()
DSkRecordDraw.cpp97 template <> void Draw::draw(const DrawImageLattice& r) { in draw()
417 Bounds bounds(const DrawImageLattice& op) const { in bounds()
DSkRecorder.cpp243 APPEND(DrawImageLattice, this->copy(paint), sk_ref_sp(image), in onDrawImageLattice()