Searched refs:alphaPixels (Results 1 – 1 of 1) sorted by relevance
492 int[] alphaPixels = new int[colors.length]; in extractAlpha() local493 for (int i = 0; i < alphaPixels.length; i++) { in extractAlpha()494 alphaPixels[i] = Color.alpha(colors[i]); in extractAlpha()497 return createBitmap(alphaPixels, getWidth(), getHeight(), Bitmap.Config.ALPHA_8); in extractAlpha()