Home
last modified time | relevance | path

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

/external/tesseract/ccstruct/
Dpdblock.cpp41 ICOORDELT_IT left_it = &leftside; in CLISTIZE() local
45 left_it.set_to_list (&leftside); in CLISTIZE()
48 left_it.add_to_end (new ICOORDELT (xmin, ymin)); in CLISTIZE()
49 left_it.add_to_end (new ICOORDELT (xmin, ymax)); in CLISTIZE()
67 ICOORDELT_IT left_it = &leftside; in set_sides() local
71 left_it.move_to_first (); in set_sides()
72 left_it.add_list_before (left); in set_sides()
245 ):left_it (&blkptr->leftside), right_it (&blkptr->rightside) { in BLOCK_RECT_IT()
264 left_it.set_to_list (&blkptr->leftside); in set_to_block()
278 left_it.move_to_first (); in start_block()
[all …]
Docrblock.cpp46 ICOORDELT_IT left_it = &leftside; in ELISTIZE_S() local
55 left_it.set_to_list (&leftside); in ELISTIZE_S()
58 left_it.add_to_end (new ICOORDELT (xmin, ymin)); in ELISTIZE_S()
59 left_it.add_to_end (new ICOORDELT (xmin, ymax)); in ELISTIZE_S()
Dpdblock.h121 return left_it.cycled_list () && right_it.cycled_list (); in cycled_rects()
128 bleft = ICOORD (left_it.data ()->x (), ymin); in bounding_box()
137 ICOORDELT_IT left_it; //boundary iterators variable
/external/tesseract/textord/
Dfpchop.cpp318 OUTLINE_IT left_it = left_outlines; in fixed_chop_blob() local
331 &left_it, in fixed_chop_blob()
341 &left_it, &right_it); in fixed_chop_blob()
358 OUTLINE_IT *left_it, //left half of chop in fixed_split_outline() argument
379 left_it->add_after_then_move (srcline); in fixed_split_outline()
408 close_chopped_fragments(&left_frags, &left_ch, left_it); in fixed_split_outline()
417 left_it->add_after_then_move (srcline); in fixed_split_outline()
854 C_OUTLINE_IT left_it = left_outlines; in fixed_chop_cblob() local
867 &left_it, in fixed_chop_cblob()
877 &left_it, &right_it); in fixed_chop_cblob()
[all …]
Dfpchop.h116 OUTLINE_IT *left_it, //left half of chop
166 C_OUTLINE_IT *left_it, //left half of chop