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