Searched refs:horizontalCenterPercent (Results 1 – 1 of 1) sorted by relevance
132 final float horizontalCenterPercent, final float verticalCenterPercent) { in crop() argument133 if (horizontalCenterPercent < 0 || horizontalCenterPercent > 1 || verticalCenterPercent < 0 in crop()158 srcX = (int) (srcWidth * horizontalCenterPercent - srcCroppedW / 2); in crop()