Home | History | Annotate | Download | only in cache

Lines Matching full:paint

46 import android.graphics.Paint;
665 final Paint paint = new Paint();
666 paint.setDither(true);
667 paint.setFilterBitmap(true);
670 thumbnailHeight), paint);