Searched refs:projectLength (Results 1 – 1 of 1) sorted by relevance
842 final double projectLength = Math.ceil(radius * projectionConst); in cropRoundedCornersRegions() local843 innerRectangle.left = center.x - (int) projectLength; in cropRoundedCornersRegions()844 innerRectangle.top = center.y - (int) projectLength; in cropRoundedCornersRegions()849 final double projectLength = Math.ceil(radius * projectionConst); in cropRoundedCornersRegions() local850 innerRectangle.right = center.x + (int) projectLength; in cropRoundedCornersRegions()851 innerRectangle.bottom = center.y + (int) projectLength; in cropRoundedCornersRegions()