Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dfpchop.cpp808 POLYPT_IT master_it; //dest list in join_chopped_fragments() local
814 master_it.set_to_list (&bottom->other_end->polypts); in join_chopped_fragments()
815 cutpt = master_it.data_relative (-1); in join_chopped_fragments()
820 master_it.move_to_last (); in join_chopped_fragments()
821 master_it.add_list_after (&top->polypts); in join_chopped_fragments()
825 master_it.set_to_list (&bottom->polypts); in join_chopped_fragments()
829 nextpt = master_it.data (); in join_chopped_fragments()
831 master_it.add_list_before (&top->other_end->polypts); in join_chopped_fragments()