Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DPicture.cpp112 SkPictureRecorder reRecorder; in makePartialCopy() local
114 SkCanvas* canvas = reRecorder.beginRecording(mWidth, mHeight); in makePartialCopy()
116 return reRecorder.finishRecordingAsPicture(); in makePartialCopy()