Home
last modified time | relevance | path

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

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c1575 static gpdPoint *clipcorners = NULL; in filled_polygon() local
1580 clipcorners = gp_realloc( clipcorners, (2*max_vertices) * sizeof(gpdPoint), "filled_polygon"); in filled_polygon()
1585 int new = clip_filled_polygon( corners, clipcorners, nv ); in filled_polygon()
1590 corners = clipcorners; in filled_polygon()
H A Dgraphics.c1299 static gpiPoint *clipcorners = NULL; in finish_filled_curve() local
1392 clipcorners = gp_realloc( clipcorners, 2*points*sizeof(gpiPoint), "filledcurve verticess"); in finish_filled_curve()
1393 clip_polygon(corners, clipcorners, points, &clippoints); in finish_filled_curve()
1394 clipcorners->style = style_from_fill(&plot->fill_properties); in finish_filled_curve()
1396 term->filled_polygon(clippoints, clipcorners); in finish_filled_curve()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c1575 static gpdPoint *clipcorners = NULL; in filled_polygon() local
1580 clipcorners = gp_realloc( clipcorners, (2*max_vertices) * sizeof(gpdPoint), "filled_polygon"); in filled_polygon()
1585 int new = clip_filled_polygon( corners, clipcorners, nv ); in filled_polygon()
1590 corners = clipcorners; in filled_polygon()
H A Dgraphics.c1299 static gpiPoint *clipcorners = NULL; in finish_filled_curve() local
1392 clipcorners = gp_realloc( clipcorners, 2*points*sizeof(gpiPoint), "filledcurve verticess"); in finish_filled_curve()
1393 clip_polygon(corners, clipcorners, points, &clippoints); in finish_filled_curve()
1394 clipcorners->style = style_from_fill(&plot->fill_properties); in finish_filled_curve()
1396 term->filled_polygon(clippoints, clipcorners); in finish_filled_curve()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dgraphics.c1126 static gpiPoint *clipcorners = NULL; in finish_filled_curve() local
1219 clipcorners = gp_realloc( clipcorners, 2*points*sizeof(gpiPoint), "filledcurve verticess"); in finish_filled_curve()
1220 clip_polygon(corners, clipcorners, points, &clippoints); in finish_filled_curve()
1221 clipcorners->style = style_from_fill(&plot->fill_properties); in finish_filled_curve()
1223 term->filled_polygon(clippoints, clipcorners); in finish_filled_curve()