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

  /external/skia/src/core/
SkPictureCommon.h 32 bool operator()(const SkRecords::DrawDrawable&) { /*TODO*/ return false; }
SkRecords.h 61 M(DrawDrawable) \
240 RECORD(DrawDrawable, kDraw_Tag,
SkLiteDL.cpp 55 M(DrawRRect) M(DrawDRRect) M(DrawAnnotation) M(DrawDrawable) M(DrawPicture) \
244 struct DrawDrawable final : Op {
245 static const auto kType = Type::DrawDrawable;
246 DrawDrawable(SkDrawable* drawable, const SkMatrix* matrix) : drawable(sk_ref_sp(drawable)) {
252 c->drawDrawable(drawable.get(), &matrix);
589 void SkLiteDL::drawDrawable(SkDrawable* drawable, const SkMatrix* matrix) {
590 this->push<DrawDrawable>(0, drawable, matrix);
SkRecordDraw.cpp 132 template <> void Draw::draw(const DrawDrawable& r) {
137 fCanvas->drawDrawable(fDrawables[r.index], r.matrix);
525 Bounds bounds(const DrawDrawable& op) const {
SkRecorder.cpp 175 APPEND(DrawDrawable, this->copy(matrix), drawable->getBounds(), fDrawableList->count() - 1);

Completed in 316 milliseconds