Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c1006 xRectangle *prectsNew; in SetClipRects() local
1012 prectsNew = malloc(size); in SetClipRects()
1013 if (!prectsNew && size) in SetClipRects()
1024 memmove((char *) prectsNew, (char *) prects, size); in SetClipRects()
1025 (*pGC->funcs->ChangeClip) (pGC, newct, (void *) prectsNew, nrects); in SetClipRects()