Searched refs:screenwidth (Results 1 - 25 of 28) sorted by relevance

12

/external/quake/quake/src/QW/client/
H A Dd_part.c103 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
116 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
135 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
160 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
191 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
H A Dd_init.c133 screenwidth = WARP_WIDTH;
135 screenwidth = vid.rowbytes;
H A Dd_scan.c64 rowptr[v] = d_viewbuffer + (r_refdef.vrect.y * screenwidth) +
65 (screenwidth * (int)((float)v * hratio * h / (h + AMP2 * 2)));
141 (screenwidth * pspan->v) + pspan->u);
275 (screenwidth * pspan->v) + pspan->u);
H A Dr_shared.h46 extern int screenwidth;
H A Dd_parta.s238 movl C(screenwidth),%ebx
269 movl C(screenwidth),%ebx
328 movl C(screenwidth),%ebx
431 // for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
456 addl C(screenwidth),%edi
H A Dd_sky.c78 (screenwidth * pspan->v) + pspan->u);
H A Dd_edge.c28 int screenwidth; variable
92 pdest = (byte *)d_viewbuffer + screenwidth*span->v;
H A Dd_polyse.c772 d_pdestbasestep = screenwidth + ubasestep;
775 ystart * screenwidth + plefttop[0];
843 d_pdestbasestep = screenwidth + ubasestep;
845 d_pdest = (byte *)d_viewbuffer + ystart * screenwidth + plefttop[0];
H A Dquakeasm.h108 .extern C(screenwidth)
H A Dr_local.h265 extern int screenwidth;
H A Dd_sprite.c62 pdest = (byte *)d_viewbuffer + (screenwidth * pspan->v) + pspan->u;
H A Dr_edge.c53 extern int screenwidth;
H A Dvid_win.c1790 screenwidth = WARP_WIDTH;
1792 screenwidth = vid.rowbytes;
1795 screenwidth <<= 1;
/external/quake/quake/src/WinQuake/
H A Dd_part.cpp103 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
116 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
135 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
160 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
191 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
H A Dd_init.cpp132 screenwidth = WARP_WIDTH;
134 screenwidth = vid.rowbytes;
H A Dd_scan.cpp64 rowptr[v] = d_viewbuffer + (r_refdef.vrect.y * screenwidth) +
65 (screenwidth * (int)((float)v * hratio * h / (h + AMP2 * 2)));
143 (screenwidth * pspan->v) + pspan->u);
277 (screenwidth * pspan->v) + pspan->u);
H A Dr_shared.h49 extern int screenwidth;
H A Dd_parta.s238 movl C(screenwidth),%ebx
269 movl C(screenwidth),%ebx
328 movl C(screenwidth),%ebx
431 // for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
456 addl C(screenwidth),%edi
H A Dd_sky.cpp78 (screenwidth * pspan->v) + pspan->u);
H A Dd_edge.cpp28 int screenwidth; variable
92 pdest = (byte *)d_viewbuffer + screenwidth*span->v;
H A Dd_polyse.cpp768 ystart * screenwidth + plefttop[0];
800 d_pdestbasestep = screenwidth + ubasestep;
866 d_pdest = (byte *)d_viewbuffer + ystart * screenwidth + plefttop[0];
890 d_pdestbasestep = screenwidth + ubasestep;
H A Dquakeasm.h114 .extern C(screenwidth)
H A Dr_local.h264 extern int screenwidth;
H A Dd_sprite.cpp62 pdest = (byte *)d_viewbuffer + (screenwidth * pspan->v) + pspan->u;
H A Dr_edge.cpp53 extern int screenwidth;

Completed in 1312 milliseconds

12