Home
last modified time | relevance | path

Searched refs:TO_ROW (Results 1 – 22 of 22) sorted by relevance

/external/tesseract/textord/
Dtospace.h130 void row_spacing_stats(TO_ROW *row,
138 void old_to_method(TO_ROW *row,
145 BOOL8 isolated_row_stats(TO_ROW *row,
152 void improve_row_threshold(TO_ROW *row, STATS *all_gap_stats);
154 TO_ROW *row, //row to make
158 TO_ROW *row, // row to make
162 TO_ROW *row, //row being made
173 BOOL8 narrow_blob(TO_ROW *row, TBOX blob_box);
174 BOOL8 wide_blob(TO_ROW *row, TBOX blob_box);
175 BOOL8 suspected_punct_blob(TO_ROW *row, TBOX box);
[all …]
Dtopitch.h55 TO_ROW *bad_row, //row to fix
101 TO_ROW *row, //current row
106 TO_ROW *row, //row to do
115 TO_ROW *row, //row to do
119 TO_ROW *row, //row to do
129 TO_ROW *row, //row to do
141 TO_ROW *row, //row to do
153 TO_ROW * row, //row to do
167 TO_ROW * row, //row to do
180 TO_ROW *row, //row to do
Dmakerow.h126 inline ROW_CATEGORY get_row_category(const TO_ROW *row) { in get_row_category()
136 void fill_heights(TO_ROW *row, float gradient, int min_height,
155 TO_ROW *row //row to fit
179 TO_ROW *row, //row to test
235 TO_ROW *row, //row to do
246 TO_ROW *row, //row to do
259 TO_ROW *row, //row to fix
284 TO_ROW *row //row to fit
295 TO_ROW *row, //row to fit
299 TO_ROW * row, //row to fit
[all …]
Doldbasel.h59 TO_ROW **rows, /*rows of block */
64 TO_ROW **rows, /*rows of block */
70 TO_ROW *row, //row to do
76 TO_ROW *row, //row to use
159 TO_ROW * row, //row to process
169 TO_ROW * row, /*current row */
178 TO_ROW * row, /*current row */
199 void pick_x_height(TO_ROW * row, //row to do
Ddrawtord.h48 TO_ROW *row, //row to draw
53 TO_ROW *row, //row to draw
76 TO_ROW *row //row to draw
91 TO_ROW *row, //for location
97 TO_ROW *row, //for location
Dmakerow.cpp120 TO_ROW* row = NULL; in make_single_row()
127 row = new TO_ROW(blob, top, bottom, block->line_size); in make_single_row()
248 TO_ROW *row //row to fit in fit_lms_line()
282 TO_ROW *row; //current row in compute_page_skew()
363 static bool dot_of_i(BLOBNBOX* dot, BLOBNBOX* i, TO_ROW* row) { in dot_of_i()
449 TO_ROW* row = row_it.data(); in vigorous_noise_removal()
623 TO_ROW *row; //current row in delete_non_dropout_rows()
695 TO_ROW *row, //row to test in find_best_dropout_row()
706 TO_ROW *next_row; //nextious row in find_best_dropout_row()
783 TO_ROW *row; //current row in deskew_block_coords()
[all …]
Dwordseg.h53 TO_ROW *row, //row to operate on
60 TO_ROW *row, //row to operate on
70 TO_ROW *row, //row to convert
Ddrawtord.cpp112 TO_ROW *row, //row to draw in plot_to_row()
146 TO_ROW *row, //row to draw in plot_parallel_row()
240 TO_ROW *row; //current row in draw_meanlines()
273 TO_ROW *row //row to draw in plot_word_decisions()
391 TO_ROW *row, //for location in plot_fp_cells2()
424 TO_ROW *row, //for location in plot_row_cells()
Dtopitch.cpp83 TO_ROW *row; //current row in compute_fixed_pitch()
142 void fix_row_pitch(TO_ROW *bad_row, // row to fix in fix_row_pitch()
157 TO_ROW *row; //current row in fix_row_pitch()
360 TO_ROW *row; //current row in compute_rows_pitch()
413 TO_ROW *row; //current row in try_doc_fixed()
558 TO_ROW *row; //current row in try_rows_fixed()
667 TO_ROW *row; //current row in count_block_votes()
706 TO_ROW *row, //current row in row_pitch_stats()
839 TO_ROW *row, //row to do in find_row_pitch()
979 TO_ROW *row, //row to do in fixed_pitch_row()
[all …]
Doldbasel.cpp83 TO_ROW *row; //current row in make_old_baselines()
121 TO_ROW **rows; //array of ptrs in correlate_lines()
133 rows = (TO_ROW **) alloc_mem (rowcount * sizeof (TO_ROW *)); in correlate_lines()
164 TO_ROW **rows, /*rows of block */ in correlate_neighbours()
168 TO_ROW *row; /*current row */ in correlate_neighbours()
222 TO_ROW **rows, /*rows of block */ in correlate_with_stats()
226 TO_ROW *row; /*current row */ in correlate_with_stats()
339 TO_ROW *row, //row to do in find_textlines()
451 TO_ROW *row, //row to use in get_blob_coords()
1377 TO_ROW * row, //row to process in find_lesser_parts()
[all …]
Dtospace.cpp121 TO_ROW *row; //current row in to_spacing()
189 TO_ROW *row; //current row in block_spacing_stats()
356 TO_ROW *row, in row_spacing_stats()
646 TO_ROW *row, in old_to_method()
719 BOOL8 isolated_row_stats(TO_ROW *row, in isolated_row_stats()
861 void improve_row_threshold(TO_ROW *row, STATS *all_gap_stats) { in improve_row_threshold()
937 TO_ROW *row, //row to make in make_prop_words()
1254 TO_ROW *row, // row to make in make_blob_words()
1336 TO_ROW *row, //row being made in make_a_word_break()
1639 BOOL8 narrow_blob(TO_ROW *row, TBOX blob_box) { in narrow_blob()
[all …]
Dunderlin.cpp45 TO_ROW *row; //best row for blob in restore_underlined_blobs()
145 TO_ROW *most_overlapping_row( //find best row in most_overlapping_row()
152 TO_ROW *row; //current row in most_overlapping_row()
153 TO_ROW *best_row; //output row in most_overlapping_row()
Dwordseg.cpp60 TO_ROW* row = to_row_it.data(); in make_single_word()
141 TO_ROW *row; //current row in set_row_spaces()
189 TO_ROW *row, //row to operate on in row_words()
362 TO_ROW *row, //row to operate on in row_words2()
520 TO_ROW *row; //current row in make_real_words()
570 TO_ROW *row, //row to convert in make_rep_words()
Dunderlin.h33 TO_ROW *most_overlapping_row( //find best row
Dpitsync1.h116 TO_ROW *row, //row to do
Dfpchop.h86 TO_ROW *row, //row to do
Dgap_map.cpp31 TO_ROW *row; //current row in GAPMAP()
Dfpchop.cpp50 TO_ROW *row, //row to do in ELISTIZE()
/external/tesseract/ccstruct/
Dblobbox.h290 class TO_ROW:public ELIST2_LINK
293 TO_ROW() { in TO_ROW() function
296 TO_ROW( //constructor
389 NEWDELETE2 (TO_ROW) BOOL8 merged;
431 ELIST2IZEH (TO_ROW) in ELIST2IZEH() argument
447 TO_ROW *row; in ELIST2IZEH()
482 TO_ROW *key_row; //starting row in ELIST2IZEH()
Docrrow.h27 class TO_ROW; variable
45 TO_ROW *row, //textord row
Dblobbox.cpp31 ELISTIZE (BLOBNBOX) ELIST2IZE (TO_ROW) ELISTIZE (TO_BLOCK) in ELIST2IZE() argument
456 TO_ROW::TO_ROW ( //constructor in TO_ROW() function in TO_ROW
486 void TO_ROW::add_blob( //constructor in add_blob()
522 void TO_ROW::insert_blob( //constructor in insert_blob()
549 void TO_ROW::compute_vertical_projection() { //project whole row in compute_vertical_projection()
Docrrow.cpp58 TO_ROW *to_row, //source row in ROW()