Searched refs:maxScale (Results 1 – 1 of 1) sorted by relevance
172 float maxScale = Math.max(scaleX, scaleY); in centerCropMatrix() local174 float width = imageWidth * maxScale; in centerCropMatrix()175 float height = imageHeight * maxScale; in centerCropMatrix()180 matrix.postScale(maxScale, maxScale); in centerCropMatrix()