Lines Matching defs:rect
139 struct rect {147 struct rect rect[1];346 int hyperv_update_dirt(struct hv_device *hdev, struct drm_rect *rect)361 msg.dirt.rect[0].x1 = rect->x1;362 msg.dirt.rect[0].y1 = rect->y1;363 msg.dirt.rect[0].x2 = rect->x2;364 msg.dirt.rect[0].y2 = rect->y2;