Searched refs:outwidth (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_draw.c1011 void GL_ResampleTexture (unsigned *in, int inwidth, int inheight, unsigned *out, int outwidth, int outheight) argument
1017 fracstep = inwidth*0x10000/outwidth;
1018 for (i=0 ; i<outheight ; i++, out += outwidth)
1022 for (j=0 ; j<outwidth ; j+=4)
1041 void GL_Resample8BitTexture (unsigned char *in, int inwidth, int inheight, unsigned char *out, int outwidth, int outheight) argument
1047 fracstep = inwidth*0x10000/outwidth;
1048 for (i=0 ; i<outheight ; i++, out += outwidth)
1052 for (j=0 ; j<outwidth ; j+=4)
/external/quake/quake/src/WinQuake/
H A Dgl_draw.cpp1268 void GL_ResampleTexture (unsigned *in, int inwidth, int inheight, unsigned *out, int outwidth, int outheight) argument
1274 fracstep = inwidth*0x10000/outwidth;
1275 for (i=0 ; i<outheight ; i++, out += outwidth)
1279 for (j=0 ; j<outwidth ; j+=4)
1298 void GL_Resample8BitTexture (unsigned char *in, int inwidth, int inheight, unsigned char *out, int outwidth, int outheight) argument
1304 fracstep = inwidth*0x10000/outwidth;
1305 for (i=0 ; i<outheight ; i++, out += outwidth)
1309 for (j=0 ; j<outwidth ; j+=4)

Completed in 93 milliseconds