Home
last modified time | relevance | path

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

/external/tesseract/ccstruct/
Dpoutline.cpp68 POLYPT_IT *polypts //input list in OUTLINE() argument
70 POLYPT_IT other_it = *polypts; //end of list in OUTLINE()
72 polypts->move_to_first (); in OUTLINE()
75 outline.assign_to_sublist (polypts, &other_it); in OUTLINE()
91 POLYPT_IT polypts = &outline; //iterator in compute_bb() local
93 botleft = polypts.data ()->pos; in compute_bb()
97 pos = polypts.data ()->pos; in compute_bb()
107 polypts.forward (); in compute_bb()
109 while (!polypts.at_first ()); in compute_bb()
127 POLYPT_IT poly_it = polypts ();//iterator in area()
Dpoutline.h62 POLYPT_LIST *polypts() { //get poly in ELISTIZEH_S()
Dblobbox.cpp144 poly_it.set_to_list (out_it.data ()->polypts ()); in find_blob_limits()
324 poly_it.set_to_list (out_it.data ()->polypts ()); in rotate_blob()
358 poly_it.set_to_list (out_it.data ()->polypts ()); in rotate_cblob()
609 POLYPT_IT poly_it = outline->polypts (); in vertical_outline_projection()
Dpolyaprx.cpp77 POLYPT_LIST polypts; //output polygon in tesspoly_outline() local
79 POLYPT_IT poly_it = &polypts; //iterator in tesspoly_outline()
/external/tesseract/textord/
Dfpchop.cpp447 POLYPT_IT poly_it = srcline->polypts (); in fixed_chop_outline()
600 polypts.assign_to_sublist (head_it, tail_it); in OUTLINE_FRAG()
776 if (bottom_frag->polypts.empty ()) in close_chopped_fragments()
777 poly_it.set_to_list (&top_frag->polypts); in close_chopped_fragments()
779 poly_it.set_to_list (&bottom_frag->polypts); in close_chopped_fragments()
813 if (bottom->polypts.empty ()) { in join_chopped_fragments()
814 master_it.set_to_list (&bottom->other_end->polypts); in join_chopped_fragments()
816 ASSERT_HOST (!top->polypts.empty ()); in join_chopped_fragments()
817 slave_it.set_to_list (&top->polypts); in join_chopped_fragments()
821 master_it.add_list_after (&top->polypts); in join_chopped_fragments()
[all …]
Dfpchop.h38 POLYPT_LIST polypts; //only if a head variable
Dblkocc.cpp400 pt_it = outline_it.data ()->polypts (); in find_transitions()
789 POLYPT_IT pt_it = out_it->data ()->polypts (); in find_fbox()
/external/tesseract/ccmain/
Dtstruct.cpp432 tessoutline->loop = make_tess_edgepts (outline->polypts (), in make_tess_outlines()
Dcharcut.cpp67 pts_list = outline_it.data ()->polypts (); in ELISTIZE()