Searched refs:aspectRatioArray (Results 1 – 2 of 2) sorted by relevance
499 float aspectRatioArray = activeArray.width() * 1.0f / activeArray.height(); in getPreviewCropRectangleUnzoomed() local503 if (Math.abs(aspectRatioPreview - aspectRatioArray) < ASPECT_RATIO_TOLERANCE) { in getPreviewCropRectangleUnzoomed()506 } else if (aspectRatioPreview < aspectRatioArray) { in getPreviewCropRectangleUnzoomed()
558 float aspectRatioArray = requestedCrop.width() * 1.0f / requestedCrop.height(); in effectiveCropRectFromRequested() local562 if (aspectRatioPreview < aspectRatioArray) { in effectiveCropRectFromRequested()