Searched defs:inwidth (Results 1 - 6 of 6) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_rmisc.c243 int inwidth, inheight; local
301 inwidth = 320;
305 inwidth = 296;
346 inrow = original + inwidth*(i*tinheight/scaled_height);
373 inrow = original + inwidth*(i*tinheight/scaled_height);
H A Dsnd_mem.c33 void ResampleSfx (sfx_t *sfx, int inrate, int inwidth, byte *data) argument
57 sc->width = inwidth;
62 if (stepscale == 1 && inwidth == 1 && sc->width == 1)
78 if (inwidth == 2)
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;
1020 inrow = in + inwidth*(i*inheight/outheight);
1041 void GL_Resample8BitTexture (unsigned char *in, int inwidth, int inheight, unsigned char *out, int outwidth, int outheight) argument
1047 fracstep = inwidth*0x10000/outwidth;
1050 inrow = in + inwidth*(i*inheight/outheight);
/external/quake/quake/src/WinQuake/
H A Dgl_rmisc.cpp252 int inwidth, inheight; local
298 inwidth = paliashdr->skinwidth;
341 fracstep = inwidth*0x10000/scaled_width;
344 inrow = original + inwidth*(i*inheight/scaled_height);
368 fracstep = inwidth*0x10000/scaled_width;
371 inrow = original + inwidth*(i*inheight/scaled_height);
H A Dsnd_mem.cpp33 void ResampleSfx (sfx_t *sfx, int inrate, int inwidth, byte *data) argument
57 sc->width = inwidth;
62 if (stepscale == 1 && inwidth == 1 && sc->width == 1)
78 if (inwidth == 2)
H A Dgl_draw.cpp1270 void GL_ResampleTexture (unsigned *in, int inwidth, int inheight, unsigned *out, int outwidth, int outheight) argument
1276 fracstep = inwidth*0x10000/outwidth;
1279 inrow = in + inwidth*(i*inheight/outheight);
1300 void GL_Resample8BitTexture (unsigned char *in, int inwidth, int inheight, unsigned char *out, int outwidth, int outheight) argument
1306 fracstep = inwidth*0x10000/outwidth;
1309 inrow = in + inwidth*(i*inheight/outheight);

Completed in 81 milliseconds