Home
last modified time | relevance | path

Searched refs:DrawDrawable (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkRecords.h61 M(DrawDrawable) \
233 RECORD(DrawDrawable, kDraw_Tag,
DSkRecordDraw.cpp148 template <> void Draw::draw(const DrawDrawable& r) { in draw()
459 Bounds bounds(const DrawDrawable& op) const { in bounds()
DSkRecorder.cpp200 …this->append<SkRecords::DrawDrawable>(this->copy(matrix), drawable->getBounds(), fDrawableList->co… in onDrawDrawable()
/external/skqp/src/core/
DSkRecords.h55 M(DrawDrawable) \
230 RECORD(DrawDrawable, kDraw_Tag,
DSkLiteDL.cpp57 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()
DSkRecordDraw.cpp137 template <> void Draw::draw(const DrawDrawable& r) { in draw()
448 Bounds bounds(const DrawDrawable& op) const { in bounds()
DSkRecorder.cpp186 …this->append<SkRecords::DrawDrawable>(this->copy(matrix), drawable->getBounds(), fDrawableList->co… in onDrawDrawable()