Lines Matching defs:width
160 * (@src width) / (@dst width).
240 * @width: Width 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,
263 r->x1 = width - tmp.x2;
264 r->x2 = width - tmp.x1;
280 r->y1 = width - tmp.x2;
281 r->y2 = width - tmp.x1;
285 r->x1 = width - tmp.x2;
286 r->x2 = width - tmp.x1;
306 * @width: Width 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,
338 r->x1 = width - tmp.y2;
339 r->x2 = width - tmp.y1;
345 r->x1 = width - tmp.x2;
346 r->x2 = width - tmp.x1;
365 r->x1 = width - tmp.x2;
366 r->x2 = width - tmp.x1;