Lines Matching defs:inc
521 float inc;
532 inc = 2.0 * 4.0 * 0.1;
541 glVertex3f(left+i*inc, top, back);
542 glVertex3f(left+i*inc, bottom, back);
545 glVertex3f(right, bottom+i*inc, back);
546 glVertex3f(left, bottom+i*inc, back);
553 glVertex3f(left+i*inc, top, front);
554 glVertex3f(left+i*inc, bottom, front);
557 glVertex3f(right, bottom+i*inc, front);
558 glVertex3f(left, bottom+i*inc, front);
565 glVertex3f(left, bottom+i*inc, front);
566 glVertex3f(left, bottom+i*inc, back);
569 glVertex3f(left, top, back+i*inc);
570 glVertex3f(left, bottom, back+i*inc);
577 glVertex3f(right, top-i*inc, front);
578 glVertex3f(right, top-i*inc, back);
581 glVertex3f(right, top, back+i*inc);
582 glVertex3f(right, bottom, back+i*inc);
589 glVertex3f(left+i*inc, top, front);
590 glVertex3f(left+i*inc, top, back);
593 glVertex3f(right, top, back+i*inc);
594 glVertex3f(left, top, back+i*inc);
601 glVertex3f(right-i*inc, bottom, front);
602 glVertex3f(right-i*inc, bottom, back);
605 glVertex3f(right, bottom, back+i*inc);
606 glVertex3f(left, bottom, back+i*inc);