Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dsurface_old.c98 #define SURFACE_OUTSIDE LONG_MAX /* Index number indicating data is outside usable area */ macro
372 if (index_1 == SURFACE_OUTSIDE) return (0); in surface_compare_points()
403 C->data[k].index = SURFACE_OUTSIDE; in surface_set_index()
1276 C->data[k].index = SURFACE_OUTSIDE; in surface_throw_away_unusables()
H A Dsurface.c121 #define SURFACE_OUTSIDE LONG_MAX /* Index number indicating data is outside usable area */ macro
467 if (index_1 == SURFACE_OUTSIDE) return (0); in surface_compare_points()
510 C->data[k].index = SURFACE_OUTSIDE; in surface_set_index()
1243 C->data[k].index = SURFACE_OUTSIDE; in surface_throw_away_unusables()
H A Dsurface_experimental.c147 #define SURFACE_OUTSIDE LONG_MAX /* Index number indicating data is outside usable area */ macro
510 if (index_1 == SURFACE_OUTSIDE) return (0); in surface_compare_points()
553 C->data[k].index = SURFACE_OUTSIDE; in surface_set_index()
1506 C->data[k].index = SURFACE_OUTSIDE; in surface_throw_away_unusables()