Lines Matching defs:rect
113 struct drm_rect *rect)
118 uint32_t w = rect->x2 - rect->x1;
119 uint32_t h = rect->y2 - rect->y1;
120 uint32_t x = rect->x1;
121 uint32_t y = rect->y1;
141 struct drm_rect rect;
159 if (!drm_atomic_helper_damage_merged(old_state, plane->state, &rect))
166 virtio_gpu_update_dumb_bo(vgdev, plane->state, &rect);
190 rect.x1,
191 rect.y1,
192 rect.x2 - rect.x1,
193 rect.y2 - rect.y1);