Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c1706 DDXPointPtr locPts; in PanoramiXFillPoly() local
1729 locPts = xallocarray(count, sizeof(DDXPointRec)); in PanoramiXFillPoly()
1730 memcpy((char *) locPts, (char *) &stuff[1], in PanoramiXFillPoly()
1735 memcpy(&stuff[1], locPts, count * sizeof(DDXPointRec)); in PanoramiXFillPoly()
1759 free(locPts); in PanoramiXFillPoly()