Searched refs:DrawImageRect (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/core/ |
D | SkRecords.h | 58 M(DrawImageRect) \ 251 RECORD(DrawImageRect, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 58 M(DrawImage) M(DrawImageNine) M(DrawImageRect) M(DrawImageLattice) M(DrawImageSet) \ 312 struct DrawImageRect final : Op { struct 313 static const auto kType = Type::DrawImageRect; argument 314 DrawImageRect(sk_sp<const SkImage>&& image, const SkRect* src, const SkRect& dst, in DrawImageRect() argument 578 this->push<DrawImageRect>(0, std::move(image), src, dst, paint, constraint); in drawImageRect()
|
D | SkRecordDraw.cpp | 116 DRAW(DrawImageRect, legacy_drawImageRect(r.image.get(), r.src, r.dst, r.paint, r.constraint)); 384 Bounds bounds(const DrawImageRect& op) const { in bounds()
|
D | SkRecorder.cpp | 242 …this->append<SkRecords::DrawImageRect>(this->copy(paint), sk_ref_sp(image), this->copy(src), dst, … in onDrawImageRect()
|
/external/skia/src/core/ |
D | SkRecords.h | 58 M(DrawImageRect) \ 252 RECORD(DrawImageRect, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 58 M(DrawImage) M(DrawImageNine) M(DrawImageRect) M(DrawImageLattice) M(DrawImageSet) \ 318 struct DrawImageRect final : Op { struct 319 static const auto kType = Type::DrawImageRect; argument 320 DrawImageRect(sk_sp<const SkImage>&& image, const SkRect* src, const SkRect& dst, in DrawImageRect() argument 587 this->push<DrawImageRect>(0, std::move(image), src, dst, paint, constraint); in drawImageRect()
|
D | SkRecordDraw.cpp | 120 DRAW(DrawImageRect, legacy_drawImageRect(r.image.get(), r.src, r.dst, r.paint, r.constraint)); 389 Bounds bounds(const DrawImageRect& op) const { in bounds()
|
D | SkRecorder.cpp | 246 …this->append<SkRecords::DrawImageRect>(this->copy(paint), sk_ref_sp(image), this->copy(src), dst, … in onDrawImageRect()
|
/external/skia/tests/ |
D | RecorderTest.cpp | 107 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImageRect>()); in DEF_TEST()
|
/external/skqp/tests/ |
D | RecorderTest.cpp | 107 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImageRect>()); in DEF_TEST()
|