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