Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp247 struct DrawDrawable final : Op { struct
248 static const auto kType = Type::DrawDrawable;
249 DrawDrawable(SkDrawable* drawable, const SkMatrix* matrix) : drawable(sk_ref_sp(drawable)) { in DrawDrawable() function
252 sk_sp<SkDrawable> drawable;
253 SkMatrix matrix = SkMatrix::I();
254 void draw(SkCanvas* c, const SkMatrix&) { in draw()