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

  /external/quake/quake/src/QW/client/
gl_draw.c 500 float frow, fcol, size; local
513 frow = row*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 844 float frow, fcol, size; local
857 frow = row*0.0625;
864 DrawQuad(x, y, 8, 8, fcol, frow, size, size);
867 glTexCoord2f (fcol, frow);
869 glTexCoord2f (fcol + size, frow);
871 glTexCoord2f (fcol + size, frow + size);
873 glTexCoord2f (fcol, frow + size);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 75 short frow; /* first row */ member in struct:fieldnode

Completed in 65 milliseconds