Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dtopitch.cpp849 float non_space; //gap size in find_row_pitch() local
865 non_space = row->fp_nonsp; in find_row_pitch()
866 if (non_space > initial_pitch) in find_row_pitch()
867 non_space = initial_pitch; in find_row_pitch()
868 min_space = (initial_pitch + non_space) / 2; in find_row_pitch()
959 row->min_space = (inT32) (row->fixed_pitch + non_space) / 2; in find_row_pitch()
984 float non_space; //gap size in fixed_pitch_row() local
988 non_space = row->fp_nonsp; in fixed_pitch_row()
989 if (non_space > row->fixed_pitch) in fixed_pitch_row()
990 non_space = row->fixed_pitch; in fixed_pitch_row()
[all …]