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

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiXprocs.c1625 xRectangle *origRects; local in function:PanoramiXPolyFillRectangle
1649 origRects = malloc(things * sizeof(xRectangle));
1650 memcpy((char*)origRects,(char*)&stuff[1], things * sizeof(xRectangle));
1653 if(j) memcpy(&stuff[1], origRects, things * sizeof(xRectangle));
1674 free(origRects);
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c1772 xRectangle *origRects; local in function:PanoramiXPolyFillRectangle
1798 origRects = xallocarray(things, sizeof(xRectangle));
1799 memcpy((char *) origRects, (char *) &stuff[1],
1804 memcpy(&stuff[1], origRects, things * sizeof(xRectangle));
1826 free(origRects);

Completed in 8 milliseconds