Home
last modified time | relevance | path

Searched refs:left_outlines (Results 1 – 3 of 3) sorted by relevance

/external/tesseract/textord/
Dunderlin.cpp49 OUTLINE_LIST left_outlines; //in current blob in restore_underlined_blobs() local
75 &left_outlines, &left_coutlines, in restore_underlined_blobs()
77 if (!left_outlines.empty ()) in restore_underlined_blobs()
80 BLOBNBOX (new PBLOB (&left_outlines))); in restore_underlined_blobs()
90 &left_outlines, &left_coutlines, in restore_underlined_blobs()
92 if (!left_outlines.empty ()) in restore_underlined_blobs()
93 row->insert_blob (new BLOBNBOX (new PBLOB (&left_outlines))); in restore_underlined_blobs()
112 &left_outlines, &left_coutlines, in restore_underlined_blobs()
114 if (!left_outlines.empty ()) in restore_underlined_blobs()
116 add_after_then_move (new BLOBNBOX (new PBLOB (&left_outlines))); in restore_underlined_blobs()
Dfpchop.h101 OUTLINE_LIST *left_outlines, //left half of chop
109 OUTLINE_LIST *left_outlines, //left half of chop
159 C_OUTLINE_LIST *left_outlines, //left half of chop
Dfpchop.cpp60 OUTLINE_LIST left_outlines; //in current blob in ELISTIZE() local
125 &left_outlines, &left_coutlines, in ELISTIZE()
136 && left_outlines.empty () && left_coutlines.empty ()) in ELISTIZE()
139 &left_outlines, &left_coutlines, in ELISTIZE()
141 if (!left_outlines.empty ()) in ELISTIZE()
142 blob_it.add_after_then_move (new PBLOB (&left_outlines)); in ELISTIZE()
269 OUTLINE_LIST *left_outlines, //left half of chop in split_to_blob() argument
288 left_outlines, in split_to_blob()
312 OUTLINE_LIST *left_outlines, //left half of chop in fixed_chop_blob() argument
318 OUTLINE_IT left_it = left_outlines; in fixed_chop_blob()
[all …]