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

/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp146 SkImageInfo screenshotInfo; local
147 screenshotInfo.fWidth = screenshot->getWidth();
148 screenshotInfo.fHeight = screenshot->getHeight();
152 screenshotInfo.fColorType = kRGBA_8888_SkColorType;
153 screenshotInfo.fAlphaType = kIgnore_SkAlphaType;
157 screenshotInfo.fColorType = kRGBA_8888_SkColorType;
158 screenshotInfo.fAlphaType = kPremul_SkAlphaType;
162 screenshotInfo.fColorType = kRGB_565_SkColorType;
163 screenshotInfo.fAlphaType = kIgnore_SkAlphaType;
175 bitmap->setInfo(screenshotInfo, (size_
[all...]

Completed in 72 milliseconds