Searched refs:heightScale (Results 1 – 2 of 2) sorted by relevance
270 float heightScale = Math.min(viewHeight / h, 3.0f); in getProperBaseMatrix() local271 float scale = Math.min(widthScale, heightScale); in getProperBaseMatrix()
275 float heightScale = Math.min(viewHeight / h, 10.0f); in getProperBaseMatrix() local276 float scale = Math.min(widthScale, heightScale); in getProperBaseMatrix()