Searched defs:DrawPicture (Results 1 – 1 of 1) sorted by relevance
279 struct DrawPicture final : Op { struct280 static const auto kType = Type::DrawPicture;281 DrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) in DrawPicture() function291 sk_sp<const SkPicture> picture;292 SkMatrix matrix = SkMatrix::I();293 SkPaint paint;294 bool has_paint = false; // TODO: why is a default paint not the same?295 void draw(SkCanvas* c, const SkMatrix&) const { in draw()