Lines Matching full:height
185 * (@src height) / (@dst height).
231 * @height: Height of the coordinate space
236 * @width and @height combined with @rotation define
239 * @width correcsponds to the horizontal and @height
244 int width, int height, in drm_rect_rotate() argument
258 r->y1 = height - tmp.y2; in drm_rect_rotate()
259 r->y2 = height - tmp.y1; in drm_rect_rotate()
277 r->y1 = height - tmp.y2; in drm_rect_rotate()
278 r->y2 = height - tmp.y1; in drm_rect_rotate()
282 r->x1 = height - tmp.y2; in drm_rect_rotate()
283 r->x2 = height - tmp.y1; in drm_rect_rotate()
297 * @height: Height of the coordinate space
303 * @width and @height combined with @rotation define
306 * @width correcsponds to the horizontal and @height
312 * drm_rect_rotate(&r, width, height, rotation);
313 * drm_rect_rotate_inv(&r, width, height, rotation);
318 int width, int height, in drm_rect_rotate_inv() argument
337 r->y1 = height - tmp.y2; in drm_rect_rotate_inv()
338 r->y2 = height - tmp.y1; in drm_rect_rotate_inv()
344 r->y1 = height - tmp.x2; in drm_rect_rotate_inv()
345 r->y2 = height - tmp.x1; in drm_rect_rotate_inv()
360 r->y1 = height - tmp.y2; in drm_rect_rotate_inv()
361 r->y2 = height - tmp.y1; in drm_rect_rotate_inv()