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