Home
last modified time | relevance | path

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

/dports/databases/pgsphere/pgsphere-e0b303d/
H A Dkey.c415 if (spoly_contains_point(sp, &p)) in spherepoly_gen_key()
420 if (spoly_contains_point(sp, &p)) in spherepoly_gen_key()
425 if (spoly_contains_point(sp, &p)) in spherepoly_gen_key()
430 if (spoly_contains_point(sp, &p)) in spherepoly_gen_key()
435 if (spoly_contains_point(sp, &p)) in spherepoly_gen_key()
440 if (spoly_contains_point(sp, &p)) in spherepoly_gen_key()
H A Dpolygon.c286 pcp = spoly_contains_point(poly, &circ->center); in poly_circle_pos()
356 pcp = spoly_contains_point(poly, &cen); in poly_ellipse_pos()
564 spoly_contains_point(const SPOLY *pg, const SPoint *sp) in spoly_contains_point() function
752 p1 = spoly_contains_point(poly, &slbeg); in poly_line_pos()
753 p2 = spoly_contains_point(poly, &slend); in poly_line_pos()
965 PG_RETURN_BOOL(spoly_contains_point(poly, sp)); in spherepoly_cont_point()
974 PG_RETURN_BOOL(!spoly_contains_point(poly, sp)); in spherepoly_cont_point_neg()
983 PG_RETURN_BOOL(spoly_contains_point(poly, sp)); in spherepoly_cont_point_com()
992 PG_RETURN_BOOL(!spoly_contains_point(poly, sp)); in spherepoly_cont_point_com_neg()
H A Dpolygon.h72 bool spoly_contains_point(const SPOLY *pg, const SPoint *sp);
H A Dpgs_polygon.sql.in222 CREATE FUNCTION spoly_contains_point(spoly, spoint) function
228 COMMENT ON FUNCTION spoly_contains_point(spoly, spoint) IS
H A Dbox.c494 pcp = spoly_contains_point(poly, &sp); in sbox_poly_pos()
H A Dpgs_contains_ops_compat.sql.in160 PROCEDURE = spoly_contains_point,
H A Dpgs_contains_ops.sql.in156 PROCEDURE = spoly_contains_point,