Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dpsmask.c112 nn = gmt_compact_line (GMT, xx, yy, nn, false, 0); in psmask_draw_clip_contours()
968 …n_use = gmt_compact_line (GMT, GMT->current.plot.x, GMT->current.plot.y, GMT->current.plot.n, fals… in GMT_psmask()
974 …n_use = gmt_compact_line (GMT, GMT->current.plot.x, GMT->current.plot.y, GMT->current.plot.n, fals… in GMT_psmask()
H A Dgmt_shore.c1568 …n_use = (unsigned int)gmt_compact_line (GMT, GMT->current.plot.x, GMT->current.plot.y, GMT->curren… in gmt_prep_shore_polygons()
1584 …n_use = (unsigned int)gmt_compact_line (GMT, GMT->current.plot.x, GMT->current.plot.y, GMT->curren… in gmt_prep_shore_polygons()
1603 n_use = (unsigned int)gmt_compact_line (GMT, xtmp, ytmp, n, false, 0); in gmt_prep_shore_polygons()
H A Dgmt_prototypes.h589 EXTERN_MSC uint64_t gmt_compact_line (struct GMT_CTRL *GMT, double *x, double *y, uint64_t n, int p…
H A Dgmt_plot.c4870 …n_use = (unsigned int)gmt_compact_line (GMT, GMT->current.plot.x, GMT->current.plot.y, GMT->curren… in gmtplot_plot_vector_head()
4877 …n_use = (unsigned int)gmt_compact_line (GMT, GMT->current.plot.x, GMT->current.plot.y, GMT->curren… in gmtplot_plot_vector_head()
H A Dgmt_map.c7956 uint64_t gmt_compact_line (struct GMT_CTRL *GMT, double *x, double *y, uint64_t n, int pen_flag, in… in gmt_compact_line() function
8806 if (!(*donut)) np = gmt_compact_line (GMT, work_x, work_y, np, false, NULL); in gmt_map_clip_path()