Lines Matching defs: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 Wed Oct 01 07:09:59 GMT 2025