Lines Matching defs:rr
204 struct sna_composite_rectangles rr;205 rr.src.x = dx + r->src.x;206 rr.src.y = dy + r->src.y;208 rr.mask.x = dx + r->mask.x;209 rr.mask.y = dy + r->mask.y;211 rr.dst.x = dx + r->dst.x;212 rr.dst.y = dy + r->dst.y;214 rr.width = x2 - x1;215 rr.height = y2 - y1;217 tmp.blt(sna, &tmp, &rr);