Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/renderengine/skia/debug/
H A DSkiaCapture.cpp60 LOG_ALWAYS_FATAL_IF(mCurrentPageCanvas != nullptr); in tryCapture()
72 mCurrentPageCanvas = mMultiPic->beginPage(surface->width(), surface->height()); in tryCapture()
77 mNwayCanvas->addCanvas(mCurrentPageCanvas); in tryCapture()
89 mCurrentPageCanvas = nullptr; in endCapture()
135 mCurrentPageCanvas in endOffscreenCapture()
139 mCurrentPageCanvas->drawPicture(state->offscreenRecorder->finishRecordingAsPicture()); in endOffscreenCapture()
H A DSkiaCapture.h78 SkCanvas* mCurrentPageCanvas = nullptr; variable