Searched defs:getPixels (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp774 void const* ScreenshotClient::getPixels() const { function in class:android::ScreenshotClient
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java305 * getPixels() or setPixels() is called, and will draw nothing. This operation
1161 * getPixels() or setPixels(), then the pixels are uniformly treated as
1340 public void getPixels(int[] pixels, int offset, int stride, method in class:Bitmap
1342 checkRecycled("Can't call getPixels() on a recycled bitmap");
1369 * Shared code to check for illegal arguments passed to getPixels()

Completed in 106 milliseconds