OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rheight
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
d_fill.c
32
int rx, ry, rwidth,
rheight
;
local
39
rheight
= rect->height;
48
rheight
+= ry;
53
if (ry+
rheight
> vid.height)
54
rheight
= vid.height - rx;
56
if (rwidth < 1 ||
rheight
< 1)
70
for (ry=0 ; ry<
rheight
; ry++)
80
for (ry=0 ; ry<
rheight
; ry++)
/external/quake/quake/src/WinQuake/
d_fill.cpp
32
int rx, ry, rwidth,
rheight
;
local
39
rheight
= rect->height;
48
rheight
+= ry;
53
if (ry+
rheight
> vid.height)
54
rheight
= vid.height - rx;
56
if (rwidth < 1 ||
rheight
< 1)
70
for (ry=0 ; ry<
rheight
; ry++)
80
for (ry=0 ; ry<
rheight
; ry++)
Completed in 31 milliseconds