69 this_edgept->
pos.
x = x;
70 this_edgept->
pos.
y = y;
72 this_edgept->
next = next;
73 this_edgept->
prev = prev;
74 prev->
next = this_edgept;
75 next->
prev = this_edgept;
108 s = (
SPLIT *) newsplit ();
141 assert (join_point1 != join_point2);
143 temp2 = join_point2->
next;
144 temp1 = join_point1->
next;
147 join_point1->
pos.
y, temp1, join_point2);
void split_outline(EDGEPT *join_point1, EDGEPT *join_point2)
void remove_edgept(EDGEPT *point)
void unsplit_outlines(EDGEPT *p1, EDGEPT *p2)
void delete_split(SPLIT *split)
EDGEPT * make_edgept(int x, int y, EDGEPT *next, EDGEPT *prev)
#define BOOL_VAR(name, val, comment)
makestructure(newsplit, free_split, SPLIT)
bool wordrec_display_splits
void cprintf(const char *format,...)
void print_split(SPLIT *split)
SPLIT * new_split(EDGEPT *point1, EDGEPT *point2)