Searched refs:DrawDrawable (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkRecords.h | 61 M(DrawDrawable) \ 233 RECORD(DrawDrawable, kDraw_Tag,
|
D | SkRecordDraw.cpp | 148 template <> void Draw::draw(const DrawDrawable& r) { in draw() 459 Bounds bounds(const DrawDrawable& op) const { in bounds()
|
D | SkRecorder.cpp | 200 …this->append<SkRecords::DrawDrawable>(this->copy(matrix), drawable->getBounds(), fDrawableList->co… in onDrawDrawable()
|
/external/skqp/src/core/ |
D | SkRecords.h | 55 M(DrawDrawable) \ 230 RECORD(DrawDrawable, kDraw_Tag,
|
D | SkLiteDL.cpp | 57 M(DrawRRect) M(DrawDRRect) M(DrawAnnotation) M(DrawDrawable) M(DrawPicture) \ 259 struct DrawDrawable final : Op { struct 260 static const auto kType = Type::DrawDrawable; argument 261 DrawDrawable(SkDrawable* drawable, const SkMatrix* matrix) : drawable(sk_ref_sp(drawable)) { in DrawDrawable() function 563 this->push<DrawDrawable>(0, drawable, matrix); in drawDrawable()
|
D | SkRecordDraw.cpp | 137 template <> void Draw::draw(const DrawDrawable& r) { in draw() 448 Bounds bounds(const DrawDrawable& op) const { in bounds()
|
D | SkRecorder.cpp | 186 …this->append<SkRecords::DrawDrawable>(this->copy(matrix), drawable->getBounds(), fDrawableList->co… in onDrawDrawable()
|