HomeSort by relevance Sort by last modified time
    Searched refs:fcol (Results 1 - 5 of 5) sorted by null

  /external/quake/quake/src/QW/client/
gl_draw.c 500 float frow, fcol, size; local
514 fcol = col*0.0625;
520 DrawQuad(x, y, 8, 8, fcol, frow, size, size);
523 glTexCoord2f (fcol, frow);
525 glTexCoord2f (fcol + size, frow);
527 glTexCoord2f (fcol + size, frow + size);
529 glTexCoord2f (fcol, frow + size);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 846 float frow, fcol, size; local
860 fcol = col*0.0625;
866 DrawQuad(x, y, 8, 8, fcol, frow, size, size);
869 glTexCoord2f (fcol, frow);
871 glTexCoord2f (fcol + size, frow);
873 glTexCoord2f (fcol + size, frow + size);
875 glTexCoord2f (fcol, frow + size);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 76 short fcol; /* first col */ member in struct:fieldnode
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 76 short fcol; /* first col */ member in struct:fieldnode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 76 short fcol; /* first col */ member in struct:fieldnode

Completed in 170 milliseconds