Searched refs:WHITE_PAINT (Results 1 – 1 of 1) sorted by relevance
51 private static final Paint WHITE_PAINT = new Paint(); field in PhotoProcessor54 WHITE_PAINT.setColor(Color.WHITE);235 c.drawRect(0, 0, scaledBitmap.getWidth(), scaledBitmap.getHeight(), WHITE_PAINT); in getNormalizedBitmap()