Home
last modified time | relevance | path

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

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