Searched refs:new_seam (Results 1 – 5 of 5) sorted by relevance
/external/tesseract/wordrec/ |
D | findseam.cpp | 140 void junk_worst_seam(SEAM_QUEUE seams, SEAM *new_seam, float new_priority) { in junk_worst_seam() argument 147 HeapPush (seams, new_priority, (char *) new_seam); in junk_worst_seam() 150 delete_seam(new_seam); in junk_worst_seam() 183 seam = new_seam (my_priority, in choose_best_seam()
|
D | findseam.h | 41 void junk_worst_seam(SEAM_QUEUE seams, SEAM *new_seam, float new_priority);
|
D | seam.h | 123 SEAM *new_seam(PRIORITY priority,
|
D | seam.cpp | 375 SEAM *new_seam(PRIORITY priority, in new_seam() function
|
D | chopper.cpp | 800 new_seam (0.0, location, NULL, NULL, NULL)); in start_seam_list()
|