Home
last modified time | relevance | path

Searched refs:skRecorder_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capture_recorder.cpp205 skRecorder_ = std::make_unique<SkPictureRecorder>(); in TryInstantCaptureSKP()
206 SkCanvas* skiaCanvas = skRecorder_->beginRecording(width, height); in TryInstantCaptureSKP()
217 if (skRecorder_ == nullptr) { in EndInstantCaptureSKP()
221 picture_ = skRecorder_->finishRecordingAsPicture(); in EndInstantCaptureSKP()
H A Drs_profiler_capture_recorder.h68 std::unique_ptr<SkPictureRecorder> skRecorder_; variable