Searched refs:maxSizeAr (Results 1 – 1 of 1) sorted by relevance
827 float maxSizeAr = ASPECT_RATIO(maxSize); in trimSupportedFormats() local833 if (isAspectRatioClose(ar, maxSizeAr)) { in trimSupportedFormats()835 } else if (cropType == HORIZONTAL && ar < maxSizeAr) { in trimSupportedFormats()837 } else if (cropType == VERTICAL && ar > maxSizeAr) { in trimSupportedFormats()