Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp224 SkImageInfo screenshotInfo = SkImageInfo::Make(screenshot->getWidth(), in nativeScreenshotBitmap() local
233 if (!screenshotInfo.width() || !screenshotInfo.height()) { in nativeScreenshotBitmap()
239 screenshotInfo, rowBytes, nullptr); in nativeScreenshotBitmap()