Lines Matching refs:nrects
961 VerifyRectOrder(int nrects, xRectangle *prects, int ordering)
970 if (nrects > 1) {
972 i < nrects; i++, prectP++, prectN++)
978 if (nrects > 1) {
980 i < nrects; i++, prectP++, prectN++)
987 if (nrects > 1) {
989 i < nrects; i++, prectP++, prectN++)
1003 SetClipRects(GCPtr pGC, int xOrigin, int yOrigin, int nrects,
1009 newct = VerifyRectOrder(nrects, prects, ordering);
1012 size = nrects * sizeof(xRectangle);
1026 (*pGC->funcs->ChangeClip) (pGC, newct, (void *) prectsNew, nrects);