Searched refs:SkPictureRecorder (Results 1 – 10 of 10) sorted by relevance
48 mRecorder.reset(new SkPictureRecorder); in beginRecording()92 SkPictureRecorder recorder; in serialize()112 SkPictureRecorder reRecorder; in makePartialCopy()
61 std::unique_ptr<SkPictureRecorder> mRecorder;
85 SkPictureRecorder recorder; in AnimatedImageDrawable_nCreate()
74 SkPictureRecorder recorder; in TEST()105 SkPictureRecorder recorder; in TEST()
549 SkPictureRecorder recorder; in TEST()
27 class SkPictureRecorder; variable151 std::unique_ptr<SkPictureRecorder> mRecorder;
328 SkPictureRecorder layerRec; in recordLayers()364 mRecorder.reset(new SkPictureRecorder()); in tryCapture()
35 : mPictureRecorder(new SkPictureRecorder()) in PageRecord()49 SkPictureRecorder* mPictureRecorder;
59 std::unique_ptr<SkPictureRecorder> offscreenRecorder;
106 state->offscreenRecorder = std::make_unique<SkPictureRecorder>(); in tryOffscreenCapture()