Lines Matching refs:scale
31 // See if libjpeg supports this scale directly
50 float scale = get_scale_from_sample_size(supportedSampleSize);
52 // this->codec() will scale to this size.
53 preSampledSize = this->codec()->getScaledDimensions(scale);
82 // If the native codec does not support the requested scale, scale by sampling.
90 // If the native codec does not support the requested scale, scale by sampling.
144 // At this point, we are only concerned with subsetting. Either no scale was
145 // requested, or the this->codec() is handling the scale.