Lines Matching refs:rects
40 int nRect, xRectangle *rects, int xoff, int yoff)
73 rects[i].x -= xoff;
74 rects[i].y -= yoff;
77 (*pGC->ops->PolyFillRect) (pDst->pDrawable, pGC, nRect, rects);
82 rects[i].x += xoff;
83 rects[i].y += yoff;
92 xRenderColor * color, int nRect, xRectangle *rects)
102 miColorRects(pDst, pDst, color, nRect, rects, 0, 0);
105 color, nRect, rects,
115 rects->x, rects->y,
116 rects->width, rects->height);
117 rects++;