Searched defs:DrawDrawable (Results 1 – 1 of 1) sorted by relevance
247 struct DrawDrawable final : Op { struct248 static const auto kType = Type::DrawDrawable;249 DrawDrawable(SkDrawable* drawable, const SkMatrix* matrix) : drawable(sk_ref_sp(drawable)) { in DrawDrawable() function252 sk_sp<SkDrawable> drawable;253 SkMatrix matrix = SkMatrix::I();254 void draw(SkCanvas* c, const SkMatrix&) { in draw()