Home | History | Annotate | Download | only in browser

Lines Matching refs:scaledHeight

1965         int scaledHeight = height * filter_scale;
1967 || sThumbnailBitmap.getHeight() != scaledHeight) {
1973 Bitmap.createBitmap(scaledWidth, scaledHeight, Bitmap.Config.RGB_565);