Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dfpchop.cpp444 float chop_starty; //test chop pt in fixed_chop_outline() local
466 chop_starty = tail_it.data ()->pos.y (); in fixed_chop_outline()
476 if (chop_pos.y () >= chop_starty) in fixed_chop_outline()
487 chop_starty = chop_pos.y (); in fixed_chop_outline()
524 if (chop_pos.y () <= chop_starty) in fixed_chop_outline()
535 chop_starty = chop_pos.y (); in fixed_chop_outline()
1104 inT16 chop_starty; //test chop pt in next_anti_left_seg() local
1110 chop_starty = -MAX_INT16; in next_anti_left_seg()
1119 if (tail_pos->y () >= chop_starty) { in next_anti_left_seg()
1120 chop_starty = -MAX_INT16; in next_anti_left_seg()
[all …]