#include "split.h"#include "structures.h"#include "hideedge.h"#include "callcpp.h"Defines | |
| #define | SPLITBLOCK 100 |
Functions | |
| makestructure (newsplit, free_split, printsplit, SPLIT, freesplit, SPLITBLOCK,"SPLIT", splitcount) | |
| void | delete_split (SPLIT *split) |
| EDGEPT * | make_edgept (int x, int y, EDGEPT *next, EDGEPT *prev) |
| SPLIT * | new_split (EDGEPT *point1, EDGEPT *point2) |
| void | print_split (SPLIT *split) |
| void | split_outline (EDGEPT *join_point1, EDGEPT *join_point2) |
| void | unsplit_outlines (EDGEPT *p1, EDGEPT *p2) |
Variables | |
| bool | wordrec_display_splits = 0 |
| #define SPLITBLOCK 100 |
| void delete_split | ( | SPLIT * | split | ) |
| makestructure | ( | newsplit | , | |
| free_split | , | |||
| printsplit | , | |||
| SPLIT | , | |||
| freesplit | , | |||
| SPLITBLOCK | , | |||
| "SPLIT" | , | |||
| splitcount | ||||
| ) |
| void print_split | ( | SPLIT * | split | ) |
"Display splits"
1.6.3