event_t            90 lib/gfxpoly/poly.c     event_t* a = (event_t*)_a;
event_t            91 lib/gfxpoly/poly.c     event_t* b = (event_t*)_b;
event_t           101 lib/gfxpoly/poly.c     event_t* a = (event_t*)_a;
event_t           102 lib/gfxpoly/poly.c     event_t* b = (event_t*)_b;
event_t           127 lib/gfxpoly/poly.c HEAP_DEFINE(queue,event_t,COMPARE_EVENTS);
event_t           128 lib/gfxpoly/poly.c HEAP_DEFINE(hqueue,event_t,COMPARE_EVENTS_SIMPLE);
event_t           362 lib/gfxpoly/poly.c inline static event_t* event_new()
event_t           364 lib/gfxpoly/poly.c     event_t*e = rfx_calloc(sizeof(event_t));
event_t           367 lib/gfxpoly/poly.c inline static void event_free(event_t*e)
event_t           372 lib/gfxpoly/poly.c static void event_dump(status_t*status, event_t*e)
event_t           509 lib/gfxpoly/poly.c 	event_t* e = event_new();
event_t           549 lib/gfxpoly/poly.c     event_t*e = event_new();
event_t           735 lib/gfxpoly/poly.c     event_t* e = event_new();
event_t           744 lib/gfxpoly/poly.c static void exchange_two(status_t*status, event_t*e)
event_t          1396 lib/gfxpoly/poly.c static void event_apply(status_t*status, event_t*e)
event_t          1520 lib/gfxpoly/poly.c     event_t*e = queue_get(&status.queue);