Home
last modified time | relevance | path

Searched refs:olinestruct (Results 1 – 2 of 2) sorted by relevance

/external/tesseract/ccutil/
Dtessclas.h48 struct olinestruct *outlines; /*list of outlines in blob */
59 typedef struct olinestruct struct
67 struct olinestruct *next; /*next at this level */ argument
68 struct olinestruct *child; /*inner outline */ argument
/external/tesseract/ccmain/
Dtstruct.cpp395 tessblob->outlines = (struct olinestruct *) in make_tess_blob()
445 tessoutline->next = (struct olinestruct *) in make_tess_outlines()
449 tessoutline->child = (struct olinestruct *) in make_tess_outlines()