Lines Matching full:height
195 * (@src height) / (@dst height).
241 * @height: Height of the coordinate space
246 * @width and @height combined with @rotation define
249 * @width correcsponds to the horizontal and @height
254 int width, int height, in drm_rect_rotate() argument
268 r->y1 = height - tmp.y2; in drm_rect_rotate()
269 r->y2 = height - tmp.y1; in drm_rect_rotate()
287 r->y1 = height - tmp.y2; in drm_rect_rotate()
288 r->y2 = height - tmp.y1; in drm_rect_rotate()
292 r->x1 = height - tmp.y2; in drm_rect_rotate()
293 r->x2 = height - tmp.y1; in drm_rect_rotate()
307 * @height: Height of the coordinate space
313 * @width and @height combined with @rotation define
316 * @width correcsponds to the horizontal and @height
322 * drm_rect_rotate(&r, width, height, rotation);
323 * drm_rect_rotate_inv(&r, width, height, rotation);
328 int width, int height, in drm_rect_rotate_inv() argument
347 r->y1 = height - tmp.y2; in drm_rect_rotate_inv()
348 r->y2 = height - tmp.y1; in drm_rect_rotate_inv()
354 r->y1 = height - tmp.x2; in drm_rect_rotate_inv()
355 r->y2 = height - tmp.x1; in drm_rect_rotate_inv()
370 r->y1 = height - tmp.y2; in drm_rect_rotate_inv()
371 r->y2 = height - tmp.y1; in drm_rect_rotate_inv()