Searched refs:polypts (Results 1 – 9 of 9) sorted by relevance
68 POLYPT_IT *polypts //input list in OUTLINE() argument70 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() local93 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()
62 POLYPT_LIST *polypts() { //get poly in ELISTIZEH_S()
144 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()
77 POLYPT_LIST polypts; //output polygon in tesspoly_outline() local79 POLYPT_IT poly_it = &polypts; //iterator in tesspoly_outline()
447 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 …]
38 POLYPT_LIST polypts; //only if a head variable
400 pt_it = outline_it.data ()->polypts (); in find_transitions()789 POLYPT_IT pt_it = out_it->data ()->polypts (); in find_fbox()
432 tessoutline->loop = make_tess_edgepts (outline->polypts (), in make_tess_outlines()
67 pts_list = outline_it.data ()->polypts (); in ELISTIZE()