Lines Matching refs:stepcount
47 stepcount = length; //no of steps in C_OUTLINE()
86 stepcount = length; //no of steps in C_OUTLINE()
120 stepcount = stepindex; in C_OUTLINE()
121 ASSERT_HOST (stepcount >= 4); in C_OUTLINE()
145 stepcount = srcline->stepcount * 2; in C_OUTLINE()
146 if (stepcount == 0) { in C_OUTLINE()
165 for (stepindex = 0; stepindex < srcline->stepcount; stepindex++) { in C_OUTLINE()
221 ASSERT_HOST(destindex <= stepcount); in C_OUTLINE()
222 stepcount = destindex; in C_OUTLINE()
224 for (stepindex = 0; stepindex < stepcount; stepindex++) { in C_OUTLINE()
468 if (stepcount == 0) in operator <()
472 for (stepindex = 0; stepindex < stepcount in operator <()
478 for (stepindex = 0; stepindex < other.stepcount in operator <()
505 for (stepindex = 0; stepindex < stepcount; stepindex++) { in winding_number()
541 if (stepcount == 0) in turn_direction()
544 prevdir = step_dir (stepcount - 1); in turn_direction()
545 for (stepindex = 0; stepindex < stepcount; stepindex++) { in turn_direction()
570 halfsteps = (stepcount + 1) / 2; in reverse()
572 farindex = stepcount - stepindex - 1; in reverse()
636 if (stepcount == 0) { in plot()
644 while (stepindex < stepcount) { in plot()
652 while (stepindex < stepcount in plot()
675 stepcount = source.stepcount; in operator =()