Home
last modified time | relevance | path

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

/dports/databases/pgsphere/pgsphere-e0b303d/
H A Dpath.c166 const int8 sc_ov = (1 << PGS_CIRCLE_LINE_OVER); in path_circle_pos() local
190 if (pos & sc_ov) in path_circle_pos()
253 const int8 sc_ov = (1 << PGS_ELLIPSE_LINE_OVER); in path_ellipse_pos() local
296 if (pos & sc_ov) in path_ellipse_pos()
H A Dpolygon.c283 const int8 sc_ov = (1 << PGS_CIRCLE_LINE_OVER); in poly_circle_pos() local
305 if (((pos & sc_in) && (pos & sc_os)) || (pos & sc_ov)) in poly_circle_pos()
352 const int8 sc_ov = (1 << PGS_ELLIPSE_LINE_OVER); in poly_ellipse_pos() local
395 if (((pos & sc_in) && (pos & sc_os)) || (pos & sc_ov)) in poly_ellipse_pos()