Home
last modified time | relevance | path

Searched refs:dirtybox (Results 1 – 12 of 12) sorted by relevance

/dports/games/heretic/glheretic-1.2/
H A Dv_video.c14 int dirtybox[4]; variable
54 M_AddToBox (dirtybox, x, y); in V_MarkRect()
55 M_AddToBox (dirtybox, x+width-1, y+height-1); in V_MarkRect()
H A Ddoomdef.h1420 extern int dirtybox[4];
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dv_video.h37 extern int dirtybox[4];
H A Dv_video.c61 int dirtybox[4]; variable
77 M_AddToBox (dirtybox, x, y); in V_MarkRect()
78 M_AddToBox (dirtybox, x + width-1, y + height-1); in V_MarkRect()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dv_video.h37 extern int dirtybox[4];
H A Dv_video.c74 int dirtybox[4]; variable
90 M_AddToBox (dirtybox, x, y); in V_MarkRect()
91 M_AddToBox (dirtybox, x + width-1, y + height-1); in V_MarkRect()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dv_video.cpp81 DBoundingBox dirtybox; variable
136 dirtybox.AddToBox (x, y); in V_MarkRect()
137 dirtybox.AddToBox (x+width-1, y+height-1); in V_MarkRect()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dv_video.h76 extern int dirtybox[4];
H A Dv_video.c1019 int dirtybox[4]; variable
1022 M_AddToBox(dirtybox, x, y); in V_MarkRect()
1023 M_AddToBox(dirtybox, x + width - 1, y + height - 1); in V_MarkRect()
/dports/games/uhexen/uhexen-0.601/src/
H A Dv_video.c18 int dirtybox[4]; variable
/dports/games/uhexen/uhexen-0.601/include/
H A Dh2def.h1468 extern int dirtybox[4];
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dv_video.h529 extern DBoundingBox dirtybox;