Searched refs:prectsNew (Results 1 – 1 of 1) sorted by relevance
1006 xRectangle *prectsNew; in SetClipRects() local1012 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()