Lines Matching full:scaling
84 * the corresponding amounts, retaining the vertical and horizontal scaling
153 * drm_rect_calc_hscale - calculate the horizontal scaling factor
156 * @min_hscale: minimum allowed horizontal scaling factor
157 * @max_hscale: maximum allowed horizontal scaling factor
159 * Calculate the horizontal scaling factor as
167 * The horizontal scaling factor, or errno of out of limits.
188 * drm_rect_calc_vscale - calculate the vertical scaling factor
191 * @min_vscale: minimum allowed vertical scaling factor
192 * @max_vscale: maximum allowed vertical scaling factor
194 * Calculate the vertical scaling factor as
202 * The vertical scaling factor, or errno of out of limits.