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