Lines Matching defs:rect
108 struct drm_rect *rect)
113 uint32_t w = rect->x2 - rect->x1;
114 uint32_t h = rect->y2 - rect->y1;
115 uint32_t x = rect->x1;
116 uint32_t y = rect->y1;
136 struct drm_rect rect;
155 if (!drm_atomic_helper_damage_merged(old_state, plane->state, &rect))
160 virtio_gpu_update_dumb_bo(vgdev, plane->state, &rect);
186 rect.x1,
187 rect.y1,
188 rect.x2 - rect.x1,
189 rect.y2 - rect.y1);