Lines Matching full:height
194 * (@src height) / (@dst height).
240 * @height: Height of the coordinate space
245 * @width and @height combined with @rotation define
248 * @width correcsponds to the horizontal and @height
253 int width, int height, in drm_rect_rotate() argument
267 r->y1 = height - tmp.y2; in drm_rect_rotate()
268 r->y2 = height - tmp.y1; in drm_rect_rotate()
286 r->y1 = height - tmp.y2; in drm_rect_rotate()
287 r->y2 = height - tmp.y1; in drm_rect_rotate()
291 r->x1 = height - tmp.y2; in drm_rect_rotate()
292 r->x2 = height - tmp.y1; in drm_rect_rotate()
306 * @height: Height of the coordinate space
312 * @width and @height combined with @rotation define
315 * @width correcsponds to the horizontal and @height
321 * drm_rect_rotate(&r, width, height, rotation);
322 * drm_rect_rotate_inv(&r, width, height, rotation);
327 int width, int height, in drm_rect_rotate_inv() argument
346 r->y1 = height - tmp.y2; in drm_rect_rotate_inv()
347 r->y2 = height - tmp.y1; in drm_rect_rotate_inv()
353 r->y1 = height - tmp.x2; in drm_rect_rotate_inv()
354 r->y2 = height - tmp.x1; in drm_rect_rotate_inv()
369 r->y1 = height - tmp.y2; in drm_rect_rotate_inv()
370 r->y2 = height - tmp.y1; in drm_rect_rotate_inv()