| H A D | miwideline.c | 855 int clockwise; local in function:miPolyBuildPoly 874 clockwise = 1; 882 clockwise = -1; 906 i = StepAround(i, clockwise, count); 907 s = StepAround(s, clockwise, count); 932 i = StepAround(i, -clockwise, count); 933 s = StepAround(s, -clockwise, count);
|