Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_map.c1424 static inline bool gmtmap_inside_upper_boundary (double val, double max) {return (val <= max);} in gmtmap_inside_upper_boundary() function
1457 …inside[GMT_RIGHT] = inside[GMT_TOP] = gmtmap_inside_upper_boundary; outside[GMT_RIGHT] = outside[G… in gmtmap_rect_clip()
1687 …inside[GMT_RIGHT] = inside[GMT_TOP] = gmtmap_inside_upper_boundary; outside[GMT_RIGHT] = outside[G… in map_wesn_clip()
6628 inside[0] = gmtmap_inside_upper_boundary; outside[0] = gmtmap_outside_upper_boundary; in gmt_split_poly_at_dateline()