Home | History | Annotate | Download | only in drm

Lines Matching refs:height

201  * (@src height) / (@dst height).
247 * @height: Height of the coordinate space
252 * @width and @height combined with @rotation define
255 * @width correcsponds to the horizontal and @height
260 int width, int height,
274 r->y1 = height - tmp.y2;
275 r->y2 = height - tmp.y1;
293 r->y1 = height - tmp.y2;
294 r->y2 = height - tmp.y1;
298 r->x1 = height - tmp.y2;
299 r->x2 = height - tmp.y1;
313 * @height: Height of the coordinate space
319 * @width and @height combined with @rotation define
322 * @width correcsponds to the horizontal and @height
328 * drm_rect_rotate(&r, width, height, rotation);
329 * drm_rect_rotate_inv(&r, width, height, rotation);
334 int width, int height,
353 r->y1 = height - tmp.y2;
354 r->y2 = height - tmp.y1;
360 r->y1 = height - tmp.x2;
361 r->y2 = height - tmp.x1;
376 r->y1 = height - tmp.y2;
377 r->y2 = height - tmp.y1;