Lines Matching full:height
188 * (@src height) / (@dst height).
226 * decrease the height of rectangle @dst to compensate.
229 * decrease the height of rectangle @src to compensate.
277 * (@src height) / (@dst height).
280 * decrease the height of rectangle @dst to compensate.
283 * decrease the height of rectangle @src to compensate.
342 * @height: Height of the coordinate space
347 * @width and @height combined with @rotation define
350 * @width correcsponds to the horizontal and @height
355 int width, int height, in drm_rect_rotate() argument
369 r->y1 = height - tmp.y2; in drm_rect_rotate()
370 r->y2 = height - tmp.y1; in drm_rect_rotate()
388 r->y1 = height - tmp.y2; in drm_rect_rotate()
389 r->y2 = height - tmp.y1; in drm_rect_rotate()
393 r->x1 = height - tmp.y2; in drm_rect_rotate()
394 r->x2 = height - tmp.y1; in drm_rect_rotate()
408 * @height: Height of the coordinate space
414 * @width and @height combined with @rotation define
417 * @width correcsponds to the horizontal and @height
423 * drm_rect_rotate(&r, width, height, rotation);
424 * drm_rect_rotate_inv(&r, width, height, rotation);
429 int width, int height, in drm_rect_rotate_inv() argument
448 r->y1 = height - tmp.y2; in drm_rect_rotate_inv()
449 r->y2 = height - tmp.y1; in drm_rect_rotate_inv()
455 r->y1 = height - tmp.x2; in drm_rect_rotate_inv()
456 r->y2 = height - tmp.x1; in drm_rect_rotate_inv()
471 r->y1 = height - tmp.y2; in drm_rect_rotate_inv()
472 r->y2 = height - tmp.y1; in drm_rect_rotate_inv()