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

/frameworks/base/libs/hwui/utils/
H A DTestWindowContext.h54 bool capturePixels(SkBitmap* bmp);
H A DTestWindowContext.cpp117 bool capturePixels(SkBitmap* bmp) { function in class:android::uirenderer::TestWindowContext::TestWindowData
214 bool TestWindowContext::capturePixels(SkBitmap* bmp) { function in class:android::uirenderer::TestWindowContext
215 return mData ? mData->capturePixels(bmp) : false;

Completed in 261 milliseconds