Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPictureRecorder.cpp23 fRecorder.reset(new SkRecorder(nullptr, SkRect::MakeEmpty(), fMiniRecorder.get())); in SkPictureRecorder()
47 fRecorder->reset(fRecord.get(), cullRect, dpm, fMiniRecorder.get()); in beginRecording()
53 return fActivelyRecording ? fRecorder.get() : nullptr; in getRecordingCanvas()
58 fRecorder->restoreToCount(1); // If we were missing any restores, add them now. in finishRecordingAsPicture()
69 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture()
86 size_t subPictureBytes = fRecorder->approxBytesUsedBySubPictures(); in finishRecordingAsPicture()
108 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay()
118 fRecorder->flushMiniRecorder(); in finishRecordingAsDrawable()
119 fRecorder->restoreToCount(1); // If we were missing any restores, add them now. in finishRecordingAsDrawable()
131 fRecorder->detachDrawableList(), fCullRect); in finishRecordingAsDrawable()
/external/skia/src/utils/
DSkMultiPictureDocument.cpp143 SkPictureRecorder fRecorder; member
154 this->addCanvas(fRecorder.beginRecording(bounds)); in nextCanvas()
161 fDst[fIndex].fPicture = fRecorder.finishRecordingAsPicture(); in onDrawAnnotation()
/external/skia/include/core/
DSkPictureRecorder.h117 std::unique_ptr<SkRecorder> fRecorder; variable
/external/skia/samplecode/
DSampleApp.h193 SkPictureRecorder fRecorder; variable
DSampleApp.cpp1394 canvas = fRecorder.beginRecording(9999, 9999, nullptr, 0); in beforeChildren()
1401 canvas = fRecorder.beginRecording(9999, 9999, nullptr, 0); in beforeChildren()
1455 sk_sp<SkPicture> picture(fRecorder.finishRecordingAsPicture()); in afterChildren()
1470 sk_sp<SkPicture> picture(fRecorder.finishRecordingAsPicture()); in afterChildren()