Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DDumpOpsCanvas.h112 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override { in onDrawPicture() function
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DFatalTestCanvas.h94 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) { in onDrawPicture() function
/aosp14/frameworks/base/libs/hwui/tests/common/
H A DCallCountingCanvas.h153 void onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, in onDrawPicture() function
/aosp14/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp1156 void RecordingCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, in onDrawPicture() function in android::uirenderer::RecordingCanvas