Searched refs:fitWidthScale (Results 1 – 1 of 1) sorted by relevance
290 float fitWidthScale = ((float) mViewportWidth) / ((float) width); in getSampleFactor() local293 float scale = Math.min(fitHeightScale, fitWidthScale); in getSampleFactor()