Searched refs:extractAlpha (Results 1 – 6 of 6) sorted by relevance
1509 public Bitmap extractAlpha() { in extractAlpha() method in Bitmap1510 return extractAlpha(null, null); in extractAlpha()1538 public Bitmap extractAlpha(Paint paint, int[] offsetXY) { in extractAlpha() method in Bitmap
178 Bitmap mask = src.extractAlpha(mBlurPaint, xy); in createSelectedBitmap()
685 src->extractAlpha(dst, paint, &allocator, &offset); in Bitmap_extractAlpha()
1447 Bitmap mask = src.extractAlpha(mBlurPaint, xy);
10748 method public android.graphics.Bitmap extractAlpha();10749 method public android.graphics.Bitmap extractAlpha(android.graphics.Paint, int[]);
10442 method public android.graphics.Bitmap extractAlpha();10443 method public android.graphics.Bitmap extractAlpha(android.graphics.Paint, int[]);