Searched refs:cropYFromBottom (Results 1 – 1 of 1) sorted by relevance
134 final int cropYFromBottom = height - (cropY + cropHeight); in cropAndScale() local135 cropAndScaleMatrix.preTranslate(cropX / (float) width, cropYFromBottom / (float) height); in cropAndScale()