Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPictureRecorder.cpp21 fRecorder.reset(new SkRecorder(nullptr, SkRect::MakeEmpty(), &fMiniRecorder)); in SkPictureRecorder()
45 fRecorder->reset(fRecord.get(), cullRect, dpm, &fMiniRecorder); in beginRecording()
51 return fActivelyRecording ? fRecorder.get() : nullptr; in getRecordingCanvas()
56 fRecorder->restoreToCount(1); // If we were missing any restores, add them now. in finishRecordingAsPicture()
74 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture()
91 size_t subPictureBytes = fRecorder->approxBytesUsedBySubPictures(); in finishRecordingAsPicture()
113 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay()
123 fRecorder->flushMiniRecorder(); in finishRecordingAsDrawable()
124 fRecorder->restoreToCount(1); // If we were missing any restores, add them now. in finishRecordingAsDrawable()
142 fRecorder->detachDrawableList(), fCullRect); in finishRecordingAsDrawable()
/external/skia/src/utils/
DSkMultiPictureDocumentReader.cpp45 SkPictureRecorder fRecorder; member
58 this->addCanvas(fRecorder.beginRecording(bounds)); in nextCanvas()
64 if (fRecorder.getRecordingCanvas()) { in onDrawAnnotation()
65 fDest->emplace_back(fRecorder.finishRecordingAsPicture()); in onDrawAnnotation()
/external/skia/include/core/
DSkPictureRecorder.h118 std::unique_ptr<SkRecorder> fRecorder; variable
/external/skia/samplecode/
DSampleApp.h187 SkPictureRecorder fRecorder; variable
DSampleApp.cpp1383 canvas = fRecorder.beginRecording(9999, 9999, nullptr, 0); in beforeChildren()
1390 canvas = fRecorder.beginRecording(9999, 9999, nullptr, 0); in beforeChildren()
1444 sk_sp<SkPicture> picture(fRecorder.finishRecordingAsPicture()); in afterChildren()
1459 sk_sp<SkPicture> picture(fRecorder.finishRecordingAsPicture()); in afterChildren()