Home
last modified time | relevance | path

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

/dports/databases/pgsphere/pgsphere-e0b303d/
H A Dpolygon.c362 return PGS_POLY_CONT_ELLIPSE; in poly_ellipse_pos()
383 return PGS_POLY_CONT_ELLIPSE; in poly_ellipse_pos()
414 return PGS_POLY_CONT_ELLIPSE; in poly_ellipse_pos()
1236 PG_RETURN_BOOL(poly_ellipse_pos(poly, ell) == PGS_POLY_CONT_ELLIPSE); in spherepoly_cont_ellipse()
1245 PG_RETURN_BOOL(poly_ellipse_pos(poly, ell) != PGS_POLY_CONT_ELLIPSE); in spherepoly_cont_ellipse_neg()
1254 PG_RETURN_BOOL(poly_ellipse_pos(poly, ell) == PGS_POLY_CONT_ELLIPSE); in spherepoly_cont_ellipse_com()
1263 PG_RETURN_BOOL(poly_ellipse_pos(poly, ell) != PGS_POLY_CONT_ELLIPSE); in spherepoly_cont_ellipse_com_neg()
H A Dpolygon.h23 #define PGS_POLY_CONT_ELLIPSE 1 /* polygon contains ellipse */ macro