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