HomeSort by relevance Sort by last modified time
    Searched refs:DrawImageLattice (Results 1 - 8 of 8) sorted by null

  /external/skia/src/core/
SkRecords.h 64 M(DrawImageLattice) \
251 RECORD(DrawImageLattice, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
SkLiteDL.cpp 56 M(DrawImage) M(DrawImageNine) M(DrawImageRect) M(DrawImageLattice) \
318 struct DrawImageLattice final : Op {
319 static const auto kType = Type::DrawImageLattice;
320 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs,
338 c->drawImageLattice(image.get(), {xdivs, ydivs, flags, xs, ys, &src, colors}, dst,
623 void SkLiteDL::drawImageLattice(sk_sp<const SkImage> image, const SkCanvas::Lattice& lattice,
630 void* pod = this->push<DrawImageLattice>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds,
SkRecordDraw.cpp 98 template <> void Draw::draw(const DrawImageLattice& r) {
107 fCanvas->drawImageLattice(r.image.get(), lattice, r.dst, r.paint);
421 Bounds bounds(const DrawImageLattice& op) const {
SkRecorder.cpp 243 APPEND(DrawImageLattice, this->copy(paint), sk_ref_sp(image),
  /external/skqp/src/core/
SkRecords.h 64 M(DrawImageLattice) \
251 RECORD(DrawImageLattice, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
SkLiteDL.cpp 56 M(DrawImage) M(DrawImageNine) M(DrawImageRect) M(DrawImageLattice) \
318 struct DrawImageLattice final : Op {
319 static const auto kType = Type::DrawImageLattice;
320 DrawImageLattice(sk_sp<const SkImage>&& image, int xs, int ys, int fs,
338 c->drawImageLattice(image.get(), {xdivs, ydivs, flags, xs, ys, &src, colors}, dst,
623 void SkLiteDL::drawImageLattice(sk_sp<const SkImage> image, const SkCanvas::Lattice& lattice,
630 void* pod = this->push<DrawImageLattice>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds,
SkRecordDraw.cpp 98 template <> void Draw::draw(const DrawImageLattice& r) {
107 fCanvas->drawImageLattice(r.image.get(), lattice, r.dst, r.paint);
421 Bounds bounds(const DrawImageLattice& op) const {
SkRecorder.cpp 243 APPEND(DrawImageLattice, this->copy(paint), sk_ref_sp(image),

Completed in 89 milliseconds