#include "blobs.h"
#include "coutln.h"
Go to the source code of this file.
Functions | |
TESSLINE * | ApproximateOutline (C_OUTLINE *c_outline) |
EDGEPT * | edgesteps_to_edgepts (C_OUTLINE *c_outline, EDGEPT edgepts[]) |
void | fix2 (EDGEPT *start, int area) |
EDGEPT * | poly2 (EDGEPT *startpt, int area) |
void | cutline (EDGEPT *first, EDGEPT *last, int area) |
void fix2 | ( | EDGEPT * | start, | |
int | area | |||
) |