Searched refs:mTempCompactBitmapCanvas (Results 1 – 1 of 1) sorted by relevance
46 private Canvas mTempCompactBitmapCanvas; field in ImageUtils68 mTempCompactBitmapCanvas = new Canvas(mTempCompactBitmap); in isGrayscale()77 mTempCompactBitmapCanvas.drawColor(0, PorterDuff.Mode.SRC); // select all, erase in isGrayscale()78 mTempCompactBitmapCanvas.drawBitmap(bitmap, mTempMatrix, mTempCompactBitmapPaint); in isGrayscale()