Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp279 struct DrawPicture final : Op { struct
280 static const auto kType = Type::DrawPicture;
281 DrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) in DrawPicture() function
291 sk_sp<const SkPicture> picture;
292 SkMatrix matrix = SkMatrix::I();
293 SkPaint paint;
294 bool has_paint = false; // TODO: why is a default paint not the same?
295 void draw(SkCanvas* c, const SkMatrix&) const { in draw()