Home
last modified time | relevance | path

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

/dports/databases/pgsphere/pgsphere-e0b303d/
H A Dpolygon.c284 const int8 sc_os = (1 << PGS_CIRCLE_LINE_AVOID); in poly_circle_pos() local
305 if (((pos & sc_in) && (pos & sc_os)) || (pos & sc_ov)) in poly_circle_pos()
319 else if ((pos & sc_os) == pos) in poly_circle_pos()
353 const int8 sc_os = (1 << PGS_ELLIPSE_LINE_AVOID); in poly_ellipse_pos() local
395 if (((pos & sc_in) && (pos & sc_os)) || (pos & sc_ov)) in poly_ellipse_pos()
408 else if ((pos & sc_os) == pos) in poly_ellipse_pos()
H A Dpath.c167 const int8 sc_os = (1 << PGS_CIRCLE_LINE_AVOID); in path_circle_pos() local
202 else if (pos == sc_os) in path_circle_pos()
254 const int8 sc_os = (1 << PGS_ELLIPSE_LINE_AVOID); in path_ellipse_pos() local
308 else if (pos == sc_os) in path_ellipse_pos()