Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPicture.cpp105 SkPictureRecorder reRecorder; in makePartialCopy() local
107 SkCanvas* canvas = reRecorder.beginRecording(mWidth, mHeight, NULL, 0); in makePartialCopy()
109 return reRecorder.finishRecordingAsPicture(); in makePartialCopy()