Searched refs:newct (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c1060 int newct, size; local in function:SetClipRects
1063 newct = VerifyRectOrder(nrects, prects, ordering);
1064 if (newct < 0)
1080 (*pGC->funcs->ChangeClip)(pGC, newct, (pointer)prectsNew, nrects);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgc.c1006 int newct, size; local in function:SetClipRects
1009 newct = VerifyRectOrder(nrects, prects, ordering);
1010 if (newct < 0)
1026 (*pGC->funcs->ChangeClip) (pGC, newct, (void *) prectsNew, nrects);

Completed in 3 milliseconds