Searched refs:checkPixelsAccess (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 1433 checkPixelsAccess(x, y, width, height, offset, stride, pixels); in getPixels() 1467 private void checkPixelsAccess(int x, int y, int width, int height, in checkPixelsAccess() method in Bitmap 1550 checkPixelsAccess(x, y, width, height, offset, stride, pixels); in setPixels()
|