Searched refs:prects (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c1007 VerifyRectOrder(int nrects, xRectangle *prects, int ordering) argument
1019 for(i = 1, prectP = prects, prectN = prects + 1;
1029 for(i = 1, prectP = prects, prectN = prects + 1;
1041 for(i = 1, prectP = prects, prectN = prects + 1;
1058 xRectangle *prects, int ordering)
1063 newct = VerifyRectOrder(nrects, prects, ordering);
1079 memmove((char *)prectsNew, (char *)prects, siz
1057 SetClipRects(GCPtr pGC,int xOrigin,int yOrigin,int nrects,xRectangle * prects,int ordering) argument
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgc.c961 VerifyRectOrder(int nrects, xRectangle *prects, int ordering) argument
971 for (i = 1, prectP = prects, prectN = prects + 1;
979 for (i = 1, prectP = prects, prectN = prects + 1;
988 for (i = 1, prectP = prects, prectN = prects + 1;
1004 xRectangle *prects, int ordering)
1009 newct = VerifyRectOrder(nrects, prects, ordering);
1025 memmove((char *) prectsNew, (char *) prects, siz
1003 SetClipRects(GCPtr pGC,int xOrigin,int yOrigin,int nrects,xRectangle * prects,int ordering) argument
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshape.c238 xRectangle *prects; local in function:ProcShapeRectangles
272 prects = (xRectangle *) &stuff[1];
273 ctype = VerifyRectOrder(nrects, prects, (int) stuff->ordering);
276 srcRgn = RegionFromRects(nrects, prects, ctype);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshape.c246 xRectangle *prects; local in function:ProcShapeRectangles
281 prects = (xRectangle *) &stuff[1];
282 ctype = VerifyRectOrder(nrects, prects, (int)stuff->ordering);
285 srcRgn = RegionFromRects(nrects, prects, ctype);

Completed in 7 milliseconds