Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListOps.in40 X(DrawPicture)
DRecordingCanvas.cpp279 struct DrawPicture final : Op { struct
280 static const auto kType = Type::DrawPicture; argument
281 DrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) in DrawPicture() function
611 this->push<DrawPicture>(0, picture, matrix, paint); in drawPicture()