Lines Matching refs:rect
266 struct drm_rect *rect = &diff->rect;268 rect->x1 = min_t(int, rect->x1, offs);269 rect->x2 = max_t(int, rect->x2, offs + 1);270 rect->y1 = min_t(int, rect->y1, diff->line);271 rect->y2 = max_t(int, rect->y2, diff->line + 1);
Indexes created Tue Feb 24 19:07:35 UTC 2026