Lines Matching full:argb
502 int argb = bitmap.getPixel(x, y);503 int alpha = 0xFF & (argb >> 24);509 int rgb = argb | 0xFF000000;