Searched refs:max_nonspace (Results 1 – 5 of 5) sorted by relevance
159 row->max_nonspace = in set_row_spaces()165 row->max_nonspace, row->min_space, row->intercept ()); in set_row_spaces()167 row->space_threshold = (row->max_nonspace + row->min_space) / 2; in set_row_spaces()245 row->max_nonspace = 0; in row_words()264 row->max_nonspace = 0; in row_words()298 row->max_nonspace = 0; in row_words()318 row->max_nonspace = 0; in row_words()321 if (upper * 3 < block->min_space * 2 + block->max_nonspace in row_words()322 || lower * 3 > block->min_space * 2 + block->max_nonspace) { in row_words()332 row->max_nonspace = in row_words()[all …]
561 row->max_nonspace = row->space_threshold; in row_spacing_stats()589 row->max_nonspace = max_max_nonspace; in row_spacing_stats()595 row->max_nonspace = index; in row_spacing_stats()626 row->max_nonspace = (inT32) floor (0.5 + row->kern_size + in row_spacing_stats()631 if (row->max_nonspace > row->space_threshold) in row_spacing_stats()633 row->max_nonspace = row->space_threshold; in row_spacing_stats()640 row->max_nonspace, row->space_threshold, row->min_space, in row_spacing_stats()1376 space = current_gap > row->max_nonspace; in make_a_word_break()1424 (real_current_gap <= row->max_nonspace) && in make_a_word_break()1425 (within_xht_current_gap > row->max_nonspace)) { in make_a_word_break()[all …]
282 bad_row->max_nonspace = (inT32) (bad_row->fixed_pitch * 0.4); in fix_row_pitch()284 (bad_row->min_space + bad_row->max_nonspace) / 2; in fix_row_pitch()290 bad_row->max_nonspace * 3) / 4, bad_row->fixed_pitch, in fix_row_pitch()325 block->max_nonspace = (inT32) ceil (block->xheight in compute_block_pitch()329 block->kern_size = (float) block->max_nonspace; in compute_block_pitch()962 row->max_nonspace = row->min_space; in find_row_pitch()964 row->space_threshold = (row->max_nonspace + row->min_space) / 2; in find_row_pitch()1865 row->max_nonspace = row->min_space; in plot_fp_word()
292 && blob_box.left () - prev_x > row->max_nonspace) { in plot_word_decisions()
406 inT32 max_nonspace; //max size of non-space variable477 inT32 max_nonspace; //max definite in ELIST2IZEH() local