Searched refs:cropAndScaleMatrix (Results 1 – 1 of 1) sorted by relevance
131 final Matrix cropAndScaleMatrix = new Matrix(); in cropAndScale() local135 cropAndScaleMatrix.preTranslate(cropX / (float) width, cropYFromBottom / (float) height); in cropAndScale()136 cropAndScaleMatrix.preScale(cropWidth / (float) width, cropHeight / (float) height); in cropAndScale()138 return applyTransformMatrix(cropAndScaleMatrix, in cropAndScale()