Lines Matching refs:nrects
1007 VerifyRectOrder(int nrects, xRectangle *prects, int ordering)
1017 if(nrects > 1)
1020 i < nrects;
1027 if(nrects > 1)
1030 i < nrects;
1039 if(nrects > 1)
1042 i < nrects;
1057 SetClipRects(GCPtr pGC, int xOrigin, int yOrigin, int nrects,
1063 newct = VerifyRectOrder(nrects, prects, ordering);
1066 size = nrects * sizeof(xRectangle);
1080 (*pGC->funcs->ChangeClip)(pGC, newct, (pointer)prectsNew, nrects);