Searched refs:maxHeight (Results 1 – 2 of 2) sorted by relevance
139 const char *title = "", const char *label = "", int maxHeight = 10)162 if (height > maxHeight) {163 scalingFactor = (height + maxHeight) / maxHeight;
386 int textureViewHeight, int maxWidth, int maxHeight, Size aspectRatio) { in chooseOptimalSize() argument395 if (option.getWidth() <= maxWidth && option.getHeight() <= maxHeight && in chooseOptimalSize()