Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c1772 xRectangle *origRects; in PanoramiXPolyFillRectangle() local
1798 origRects = xallocarray(things, sizeof(xRectangle)); in PanoramiXPolyFillRectangle()
1799 memcpy((char *) origRects, (char *) &stuff[1], in PanoramiXPolyFillRectangle()
1804 memcpy(&stuff[1], origRects, things * sizeof(xRectangle)); in PanoramiXPolyFillRectangle()
1826 free(origRects); in PanoramiXPolyFillRectangle()