Lines Matching refs:chop_starty
444 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()
1131 && tail_pos->y () > chop_starty) { in next_anti_left_seg()
1132 chop_starty = tail_pos->y (); in next_anti_left_seg()
1139 && prev_step.x () > 0 && tail_pos->y () > chop_starty) in next_anti_left_seg()
1165 inT16 chop_starty; //test chop pt in next_anti_right_seg() local
1171 chop_starty = MAX_INT16; in next_anti_right_seg()
1181 if (tail_pos->y () <= chop_starty) { in next_anti_right_seg()
1182 chop_starty = MAX_INT16; in next_anti_right_seg()
1193 && tail_pos->y () < chop_starty) { in next_anti_right_seg()
1194 chop_starty = tail_pos->y (); in next_anti_right_seg()
1201 && prev_step.x () < 0 && tail_pos->y () < chop_starty) in next_anti_right_seg()
1227 inT16 chop_starty; //test chop pt in next_clock_left_seg() local
1233 chop_starty = MAX_INT16; in next_clock_left_seg()
1242 if (tail_pos->y () <= chop_starty) { in next_clock_left_seg()
1243 chop_starty = MAX_INT16; in next_clock_left_seg()
1254 && tail_pos->y () < chop_starty) { in next_clock_left_seg()
1255 chop_starty = tail_pos->y (); in next_clock_left_seg()
1262 && prev_step.x () > 0 && tail_pos->y () < chop_starty) in next_clock_left_seg()
1288 inT16 chop_starty; //test chop pt in next_clock_right_seg() local
1294 chop_starty = MAX_INT16; in next_clock_right_seg()
1304 if (tail_pos->y () >= chop_starty) { in next_clock_right_seg()
1305 chop_starty = MAX_INT16; in next_clock_right_seg()
1316 && tail_pos->y () > chop_starty) { in next_clock_right_seg()
1317 chop_starty = tail_pos->y (); in next_clock_right_seg()
1324 && prev_step.x () < 0 && tail_pos->y () > chop_starty) in next_clock_right_seg()