Home
last modified time | relevance | path

Searched refs:SkPictureRecorder (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/libs/hwui/jni/
H A DPicture.cpp48 mRecorder.reset(new SkPictureRecorder); in beginRecording()
92 SkPictureRecorder recorder; in serialize()
112 SkPictureRecorder reRecorder; in makePartialCopy()
H A DPicture.h61 std::unique_ptr<SkPictureRecorder> mRecorder;
H A DAnimatedImageDrawable.cpp85 SkPictureRecorder recorder; in AnimatedImageDrawable_nCreate()
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DSkiaCanvasTests.cpp74 SkPictureRecorder recorder; in TEST()
105 SkPictureRecorder recorder; in TEST()
H A DCanvasOpTests.cpp549 SkPictureRecorder recorder; in TEST()
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.h27 class SkPictureRecorder; variable
151 std::unique_ptr<SkPictureRecorder> mRecorder;
H A DSkiaPipeline.cpp328 SkPictureRecorder layerRec; in recordLayers()
364 mRecorder.reset(new SkPictureRecorder()); in tryCapture()
/aosp12/frameworks/base/libs/hwui/jni/pdf/
H A DPdfDocument.cpp35 : mPictureRecorder(new SkPictureRecorder()) in PageRecord()
49 SkPictureRecorder* mPictureRecorder;
/aosp12/frameworks/native/libs/renderengine/skia/debug/
H A DSkiaCapture.h59 std::unique_ptr<SkPictureRecorder> offscreenRecorder;
H A DSkiaCapture.cpp106 state->offscreenRecorder = std::make_unique<SkPictureRecorder>(); in tryOffscreenCapture()