Searched refs:repshift (Results 1 - 5 of 5) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dvid_vga.cpp65 int i, j, k, plane, reps, repshift; local
73 repshift = 1;
78 repshift = 0;
91 for (i=0 ; i<(height << repshift) ; i += reps)
101 pbitmap[(i >> repshift) * 24 +
110 for (i=0 ; i<(height << repshift) ; i += reps)
115 lvid->direct + x + ((y << repshift) + i + j) *
118 memcpy (lvid->direct + x + ((y << repshift) + i + j) *
120 &pbitmap[(i >> repshift) * width],
136 int i, j, k, plane, reps, repshift; local
[all...]
H A Dvid_svgalib.cpp108 int i, j, k, plane, reps, repshift, offset, vidpage, off; local
115 repshift = 1;
118 repshift = 0;
134 for (i=0 ; i<(height << repshift) ; i += reps)
144 pbitmap[(i >> repshift) * 24 +
151 for (i=0 ; i<(height << repshift) ; i += reps)
155 offset = x + ((y << repshift) + i + j) * vid.rowbytes;
164 &pbitmap[(i >> repshift)*width], width);
172 int i, j, k, plane, reps, repshift, offset, vidpage, off; local
179 repshift
[all...]
H A Dvid_win.cpp2416 int i, j, reps, repshift; local
2425 repshift = 1;
2430 repshift = 0;
2440 for (i=0 ; i<(height << repshift) ; i += reps)
2445 vid.direct + x + ((y << repshift) + i + j) * vid.rowbytes,
2447 memcpy (vid.direct + x + ((y << repshift) + i + j) * vid.rowbytes,
2448 &pbitmap[(i >> repshift) * width],
2458 rect.height = height << repshift;
2476 for (i=0 ; i<(height << repshift) ; i += reps)
2482 ((y << repshift)
2511 int i, j, reps, repshift; local
[all...]
/external/quake/quake/src/QW/client/
H A Dvid_svgalib.c109 int i, j, k, plane, reps, repshift, offset, vidpage, off; local
116 repshift = 1;
119 repshift = 0;
135 for (i=0 ; i<(height << repshift) ; i += reps)
145 pbitmap[(i >> repshift) * 24 +
152 for (i=0 ; i<(height << repshift) ; i += reps)
156 offset = x + ((y << repshift) + i + j) * vid.rowbytes;
165 &pbitmap[(i >> repshift)*width], width);
173 int i, j, k, plane, reps, repshift, offset, vidpage, off; local
180 repshift
[all...]
H A Dvid_win.c2456 int i, j, reps, repshift; local
2465 repshift = 1;
2470 repshift = 0;
2480 for (i=0 ; i<(height << repshift) ; i += reps)
2485 vid.direct + x + ((y << repshift) + i + j) * vid.rowbytes,
2487 memcpy (vid.direct + x + ((y << repshift) + i + j) * vid.rowbytes,
2488 &pbitmap[(i >> repshift) * width],
2498 rect.height = height << repshift;
2516 for (i=0 ; i<(height << repshift) ; i += reps)
2522 ((y << repshift)
2551 int i, j, reps, repshift; local
[all...]

Completed in 74 milliseconds