Lines Matching refs:rect
268 update->body.rect.x = left;
269 update->body.rect.y = top;
270 update->body.rect.w = right - left;
271 update->body.rect.h = bottom - top;
1096 if (drm_rect_visible(&diff.rect)) {
1105 box->x = diff.rect.x1;
1106 box->y = diff.rect.y1;
1108 box->w = drm_rect_width(&diff.rect);
1109 box->h = drm_rect_height(&diff.rect);
1114 diff.rect.x1, diff.rect.x2,
1115 diff.rect.y1, diff.rect.y2);