Home | History | Annotate | Download | only in graphics

Lines Matching refs:drawBitmap

1138     public void drawBitmap(Bitmap bitmap, float left, float top, Paint paint) {
1166 public void drawBitmap(Bitmap bitmap, Rect src, RectF dst, Paint paint) {
1197 public void drawBitmap(Bitmap bitmap, Rect src, Rect dst, Paint paint) {
1225 public void drawBitmap(int[] colors, int offset, int stride, float x, float y,
1252 /** Legacy version of drawBitmap(int[] colors, ...) that took ints for x,y
1254 public void drawBitmap(int[] colors, int offset, int stride, int x, int y,
1257 drawBitmap(colors, offset, stride, (float)x, (float)y, width, height,
1268 public void drawBitmap(Bitmap bitmap, Matrix matrix, Paint paint) {