Searched refs:fstep (Results 1 - 4 of 4) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Ddraw.cpp544 int f, fstep; local
582 fstep = 320*0x10000/vid.conwidth;
586 f += fstep;
588 f += fstep;
590 f += fstep;
592 f += fstep;
608 fstep = 320*0x10000/vid.conwidth;
612 f += fstep;
614 f += fstep;
616 f += fstep;
[all...]
H A Dgl_draw.cpp720 int f, fstep; local
779 fstep = cb->width*0x10000/vid.conwidth;
783 f += fstep;
785 f += fstep;
787 f += fstep;
789 f += fstep;
/external/quake/quake/src/QW/client/
H A Ddraw.c650 int f, fstep; local
691 fstep = 320*0x10000/vid.conwidth;
695 f += fstep;
697 f += fstep;
699 f += fstep;
701 f += fstep;
717 fstep = 320*0x10000/vid.conwidth;
721 f += fstep;
723 f += fstep;
725 f += fstep;
[all...]
H A Dgl_draw.c437 fstep = cb->width*0x10000/vid.conwidth;
441 f += fstep;
443 f += fstep;
445 f += fstep;
447 f += fstep;

Completed in 70 milliseconds