Searched defs:DrawPicture (Results 1 – 2 of 2) sorted by relevance
61 DrawPicture, enumerator
317 struct DrawPicture final : Op { struct318 static const auto kType = Type::DrawPicture;319 DrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) in DrawPicture() function329 sk_sp<const SkPicture> picture;330 SkMatrix matrix = SkMatrix::I();331 SkPaint paint;332 bool has_paint = false; // TODO: why is a default paint not the same?333 void draw(SkCanvas* c, const SkMatrix&) const { in draw()