Searched defs:DrawDrawable (Results 1 – 1 of 1) sorted by relevance
259 struct DrawDrawable final : Op { struct260 static const auto kType = Type::DrawDrawable;261 DrawDrawable(SkDrawable* drawable, const SkMatrix* matrix) : drawable(sk_ref_sp(drawable)) { in DrawDrawable() function264 sk_sp<SkDrawable> drawable;265 SkMatrix matrix = SkMatrix::I();266 void draw(SkCanvas* c, const SkMatrix&) const { in draw()