Home | History | Annotate | Download | only in wallpaper

Lines Matching defs:scaler

558                     final BitmapFactory.Options scaler;
565 scaler = new BitmapFactory.Options();
566 scaler.inSampleSize = scale;
571 scaler = null;
573 Bitmap cropped = decoder.decodeRegion(cropHint, scaler);