Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_map.c1423 static inline bool gmtmap_inside_lower_boundary (double val, double min) {return (val >= min);} in gmtmap_inside_lower_boundary() function
1458 …inside[GMT_BOTTOM] = inside[GMT_LEFT] = gmtmap_inside_lower_boundary; outside[GMT_BOTTOM] = outsi… in gmtmap_rect_clip()
1688 …inside[GMT_BOTTOM] = inside[GMT_LEFT] = gmtmap_inside_lower_boundary; outside[GMT_BOTTOM] = outsid… in map_wesn_clip()
6629 inside[1] = gmtmap_inside_lower_boundary; outside[1] = gmtmap_outside_lower_boundary; in gmt_split_poly_at_dateline()