Home
last modified time | relevance | path

Searched defs:DrawPicture (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/core/
DSkLiteDL.cpp270 struct DrawPicture final : Op { struct
271 static const auto kType = Type::DrawPicture;
272 DrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) in DrawPicture() function
277 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()