Home | History | Annotate | Download | only in camera

Lines Matching full:paint

37 import android.graphics.Paint;
620 private static void placeImage(Bitmap image, Canvas c, Paint paint,
630 c.drawBitmap(image, xPos, yPos, paint);
652 final Paint p = new Paint();
670 Paint pdpaint = new Paint();
673 pdpaint.setStyle(Paint.Style.FILL);
712 tempCanvas.drawBitmap(temp, new Matrix(), new Paint());