Searched defs:DrawPicture (Results 1 – 1 of 1) sorted by relevance
258 struct DrawPicture final : Op { struct259 static const auto kType = Type::DrawPicture;260 DrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) in DrawPicture() argument265 sk_sp<const SkPicture> picture;266 SkMatrix matrix = SkMatrix::I();267 SkPaint paint;268 bool has_paint = false; // TODO: why is a default paint not the same?269 void draw(SkCanvas* c, const SkMatrix&) { in draw()