Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_prototypes.h583 EXTERN_MSC bool gmt_cart_outside (struct GMT_CTRL *GMT, double x, double y);
H A Dpscontour.c922 if (gmt_cart_outside (GMT, x[ind[k]], y[ind[k]])) { in GMT_pscontour()
H A Dgmt_map.c652 return (gmt_cart_outside (GMT, x, y)); in gmtmap_rect_outside()
6524 bool gmt_cart_outside (struct GMT_CTRL *GMT, double x, double y) { in gmt_cart_outside() function