BitmapVerifier.java | 30 public boolean verify(Bitmap bitmap) { method in class:BitmapVerifier 35 return verify(pixels, 0, width, width, height); 41 public abstract boolean verify(int[] bitmap, int offset, int stride, int width, int height); method in class:BitmapVerifier
|