Home
last modified time | relevance | path

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

/dports/databases/pgsphere/pgsphere-e0b303d/
H A Dpolygon.c121 spoly_segment(&sli, poly, i); in spherepoly_check()
124 spoly_segment(&slk, poly, k); in spherepoly_check()
303 spoly_segment(&sl, poly, i); in poly_circle_pos()
393 spoly_segment(&sl, poly, i); in poly_ellipse_pos()
452 spoly_segment(&sl, p2, i); in poly_poly_pos()
541 spoly_segment(SLine *sl, const SPOLY *poly, int32 i) in spoly_segment() function
594 spoly_segment(&sl, pg, i); in spoly_contains_point()
680 spoly_segment(&sl, tmp, i); in spoly_contains_point()
757 spoly_segment(&sl, poly, i); in poly_line_pos()
882 spoly_segment(&l, poly, i); in spherepoly_circ()
H A Dpolygon.h64 bool spoly_segment(SLine *sl, const SPOLY *poly, int32 i);
H A Dbox.c510 spoly_segment(&sl, poly, i); in sbox_poly_pos()