Searched refs:fracstep (Results 1 - 6 of 6) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_rmisc.c246 unsigned frac, fracstep; local
343 fracstep = tinwidth*0x10000/scaled_width;
347 frac = fracstep >> 1;
351 frac += fracstep;
353 frac += fracstep;
355 frac += fracstep;
357 frac += fracstep;
370 fracstep = tinwidth*0x10000/scaled_width;
374 frac = fracstep >> 1;
378 frac += fracstep;
[all...]
H A Dsnd_mem.c39 int sample, samplefrac, fracstep; local
73 fracstep = stepscale*256;
77 samplefrac += fracstep;
H A Dgl_draw.c1015 unsigned frac, fracstep; local
1017 fracstep = inwidth*0x10000/outwidth;
1021 frac = fracstep >> 1;
1025 frac += fracstep;
1027 frac += fracstep;
1029 frac += fracstep;
1031 frac += fracstep;
1045 unsigned frac, fracstep; local
1047 fracstep = inwidth*0x10000/outwidth;
1051 frac = fracstep >>
[all...]
/external/quake/quake/src/WinQuake/
H A Dgl_rmisc.cpp254 unsigned frac, fracstep; local
341 fracstep = inwidth*0x10000/scaled_width;
345 frac = fracstep >> 1;
349 frac += fracstep;
351 frac += fracstep;
353 frac += fracstep;
355 frac += fracstep;
368 fracstep = inwidth*0x10000/scaled_width;
372 frac = fracstep >> 1;
376 frac += fracstep;
[all...]
H A Dsnd_mem.cpp39 int sample, samplefrac, fracstep; local
73 fracstep = (int) (stepscale*256);
77 samplefrac += fracstep;
H A Dgl_draw.cpp1274 unsigned frac, fracstep; local
1276 fracstep = inwidth*0x10000/outwidth;
1280 frac = fracstep >> 1;
1284 frac += fracstep;
1286 frac += fracstep;
1288 frac += fracstep;
1290 frac += fracstep;
1304 unsigned frac, fracstep; local
1306 fracstep = inwidth*0x10000/outwidth;
1310 frac = fracstep >>
[all...]

Completed in 118 milliseconds