Searched refs:colors (Results 1 – 1 of 1) sorted by relevance
154 public void drawBitmap(int x, int y, int w, int h, int[] colors) { in drawBitmap() argument156 final Bitmap bmp = Bitmap.createBitmap(colors, 0, w, w, h, Bitmap.Config.ARGB_8888); in drawBitmap()