Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/canvas/
H A DCanvasOpTypes.h61 DrawPicture, enumerator
H A DCanvasOps.h423 struct CanvasOp<CanvasOpType::DrawPicture> {
/aosp14/frameworks/base/libs/hwui/
H A DDisplayListOps.in42 X(DrawPicture)
H A DRecordingCanvas.cpp317 struct DrawPicture final : Op { struct
318 static const auto kType = Type::DrawPicture; argument
319 DrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) in DrawPicture() argument
842 this->push<DrawPicture>(0, picture, matrix, paint); in drawPicture()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DCanvasOpTests.cpp565 buffer.push<Op::DrawPicture> ({ in TEST()