Searched refs:MAXHEIGHT (Results 1 - 24 of 24) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dd_ifacea.h41 #define MAXHEIGHT 1024 macro
H A Dd_local.h97 extern int d_scantable[MAXHEIGHT];
105 extern short *zspantable[MAXHEIGHT];
H A Dd_modech.c29 int d_scantable[MAXHEIGHT];
30 short *zspantable[MAXHEIGHT];
H A Dr_shared.h33 #define MAXHEIGHT 1024 macro
H A Dr_local.h262 extern edge_t *newedges[MAXHEIGHT];
263 extern edge_t *removeedges[MAXHEIGHT];
H A Dr_edge.c46 edge_t *newedges[MAXHEIGHT];
47 edge_t *removeedges[MAXHEIGHT];
H A Dd_sprite.c394 sspan_t spans[MAXHEIGHT+1];
H A Dvid_win.c466 (yRes <= MAXHEIGHT) &&
516 (yRes <= MAXHEIGHT) &&
770 (devmode.dmPelsHeight <= MAXHEIGHT) &&
845 (devmode.dmPelsHeight <= MAXHEIGHT)) ||
H A Dd_polyse.c29 #define DPS_MAXSPANS MAXHEIGHT+1
H A Dgl_vidnt.c32 #define MAXHEIGHT 10000 macro
1382 (devmode.dmPelsHeight <= MAXHEIGHT) &&
H A Dd_polysa.s33 #define DPS_MAXSPANS MAXHEIGHT+1
/external/quake/quake/src/WinQuake/
H A Dd_ifacea.h41 #define MAXHEIGHT 1024 macro
H A Dr_shared.h33 #define MAXHEIGHT 1024 macro
35 #define MAXDIMENSION ((MAXHEIGHT > MAXWIDTH) ? MAXHEIGHT : MAXWIDTH)
H A Dd_local.h97 extern int d_scantable[MAXHEIGHT];
105 extern short *zspantable[MAXHEIGHT];
H A Dd_modech.cpp29 int d_scantable[MAXHEIGHT];
30 short *zspantable[MAXHEIGHT];
H A Dr_local.h261 extern edge_t *newedges[MAXHEIGHT];
262 extern edge_t *removeedges[MAXHEIGHT];
H A Dr_edge.cpp46 edge_t *newedges[MAXHEIGHT];
47 edge_t *removeedges[MAXHEIGHT];
H A Dd_scan.cpp52 byte *rowptr[MAXHEIGHT+(AMP2*2)];
H A Dd_sprite.cpp394 sspan_t spans[MAXHEIGHT+1];
H A Dvid_ext.cpp473 (modeinfo.height > MAXHEIGHT))
H A Dvid_win.cpp425 (yRes <= MAXHEIGHT) &&
475 (yRes <= MAXHEIGHT) &&
729 (devmode.dmPelsHeight <= MAXHEIGHT) &&
804 (devmode.dmPelsHeight <= MAXHEIGHT)) ||
H A Dd_polyse.cpp29 #define DPS_MAXSPANS MAXHEIGHT+1
H A Dgl_vidnt.cpp32 #define MAXHEIGHT 10000 macro
1382 (devmode.dmPelsHeight <= MAXHEIGHT) &&
H A Dd_polysa.s33 #define DPS_MAXSPANS MAXHEIGHT+1

Completed in 452 milliseconds