Lines Matching defs:rec
2127 static void clone_damage(struct clone *c, const XRectangle *rec)
2131 if ((v = rec->x) < c->damaged.x1)
2133 if ((v = (int)rec->x + rec->width) > c->damaged.x2)
2135 if ((v = rec->y) < c->damaged.y1)
2137 if ((v = (int)rec->y + rec->height) > c->damaged.y2)
2142 rec->x, rec->y, rec->width, rec->height,