Searched refs:maxScale (Results 1 – 6 of 6) sorted by relevance
17 const maxScale = whitelist[whitelist.length - 1];19 if (scale > maxScale) {
86 const maxScale = whitelist[whitelist.length - 1]; constant88 if (scale > maxScale) {
155 float maxScale = Math.max(sx, sy); in getCropScale() local156 sx = maxScale / sx; in getCropScale()157 sy = maxScale / sy; in getCropScale()