Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_map.c5339 GMT_LOCAL bool gmtmap_this_point_wraps_x (struct GMT_CTRL *GMT, double x0, double x1, double w_last… in gmtmap_this_point_wraps_x() function
5374 wrap = gmtmap_this_point_wraps_x (GMT, x[i-1], x[i], w_last, w_this); in gmtmap_will_it_wrap_x()
5406 if (gmtmap_this_point_wraps_x (GMT, x[i1], x[i], w_last, w_this)) { in gmtmap_truncate_x()
9482 GMT->current.map.this_point_wraps = &gmtmap_this_point_wraps_x; in gmt_proj_setup()