Lines Matching defs:rect
262 struct drm_rect *rect = &diff->rect;264 rect->x1 = min_t(int, rect->x1, offs);265 rect->x2 = max_t(int, rect->x2, offs + 1);266 rect->y1 = min_t(int, rect->y1, diff->line);267 rect->y2 = max_t(int, rect->y2, diff->line + 1);