Searched refs:DOWNSAMPLE (Results 1 – 2 of 2) sorted by relevance
34 private static final int DOWNSAMPLE = 5; field in BitmapProcessor59 WallpaperCropUtils.fitToSize(rect, outWidth / DOWNSAMPLE, outHeight / DOWNSAMPLE); in blur()
38 private const val DOWNSAMPLE = 659 MathUtils.fitRect(rect, Math.max(mTmpSize.x / DOWNSAMPLE, mTmpSize.y / DOWNSAMPLE))