status_t          372 lib/gfxpoly/poly.c static void event_dump(status_t*status, event_t*e)
status_t          545 lib/gfxpoly/poly.c static void schedule_endpoint(status_t*status, segment_t*s)
status_t          557 lib/gfxpoly/poly.c static void schedule_crossing(status_t*status, segment_t*s1, segment_t*s2)
status_t          744 lib/gfxpoly/poly.c static void exchange_two(status_t*status, event_t*e)
status_t          781 lib/gfxpoly/poly.c static void store_horizontal(status_t*status, point_t p1, point_t p2, edgestyle_t*fs, segment_dir_t dir, int polygon_nr);
status_t          783 lib/gfxpoly/poly.c static void append_stroke(status_t*status, point_t a, point_t b, segment_dir_t dir, edgestyle_t*fs)
status_t          812 lib/gfxpoly/poly.c static void insert_point_into_segment(status_t*status, segment_t*s, point_t p)
status_t          908 lib/gfxpoly/poly.c static void add_points_to_positively_sloped_segments(status_t*status, int32_t y, segrange_t*range)
status_t          951 lib/gfxpoly/poly.c static void add_points_to_negatively_sloped_segments(status_t*status, int32_t y, segrange_t*range)
status_t          996 lib/gfxpoly/poly.c static void add_points_to_ending_segments(status_t*status, int32_t y)
status_t         1048 lib/gfxpoly/poly.c static void recalculate_windings(status_t*status, segrange_t*range)
status_t         1120 lib/gfxpoly/poly.c static void intersect_with_horizontal(status_t*status, segment_t*h)
status_t         1182 lib/gfxpoly/poly.c static windstate_t get_horizontal_first_windstate(status_t*status, int x1, int x2)
status_t         1232 lib/gfxpoly/poly.c static windstate_t process_horizontal_fragment(status_t*status, horizontal_t*h, int x1, int x2, windstate_t below)
status_t         1276 lib/gfxpoly/poly.c static hevents_t hevents_fill(status_t*status)
status_t         1308 lib/gfxpoly/poly.c static void process_horizontals(status_t*status)
status_t         1365 lib/gfxpoly/poly.c static void store_horizontal(status_t*status, point_t p1, point_t p2, edgestyle_t*fs, segment_dir_t dir, int polygon_nr)
status_t         1396 lib/gfxpoly/poly.c static void event_apply(status_t*status, event_t*e)
status_t         1478 lib/gfxpoly/poly.c static void check_status(status_t*status)
status_t         1498 lib/gfxpoly/poly.c     status_t status;
status_t         1499 lib/gfxpoly/poly.c     memset(&status, 0, sizeof(status_t));