Home
last modified time | relevance | path

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

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c73 static int polygonlistsize = 0; variable
1772 if (next_polygon + size >= polygonlistsize) { in get_polygon()
1773 polygonlistsize = 2*polygonlistsize + size; in get_polygon()
1774 polygonlist = gp_realloc(polygonlist, polygonlistsize * sizeof(gpdPoint), NULL); in get_polygon()
1789 polygonlistsize = 0; in free_polygonlist()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c73 static int polygonlistsize = 0; variable
1772 if (next_polygon + size >= polygonlistsize) { in get_polygon()
1773 polygonlistsize = 2*polygonlistsize + size; in get_polygon()
1774 polygonlist = gp_realloc(polygonlist, polygonlistsize * sizeof(gpdPoint), NULL); in get_polygon()
1789 polygonlistsize = 0; in free_polygonlist()