Lines Matching refs:computedSize
229 auto computedSize = this->getSampledDimensions(sampleSize);
230 if (computedSize == *desiredSize) {
234 if (computedSize == origDims || sampleSize == 1) {
236 *desiredSize = computedSize;
240 if (strictly_bigger_than(computedSize, *desiredSize)) {
247 if (smaller == computedSize || smaller_than(smaller, *desiredSize)) {
249 *desiredSize = computedSize;
254 computedSize = smaller;
260 if (!smaller_than(computedSize, *desiredSize)) {
263 *desiredSize = computedSize;
267 // computedSize is too small. Make it larger.