Searched refs:fvrectbottom_adj (Results 1 - 8 of 8) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dd_sprite.c275 if (vvert > r_refdef.fvrectbottom_adj)
276 vvert = r_refdef.fvrectbottom_adj;
288 if (vnext > r_refdef.fvrectbottom_adj)
289 vnext = r_refdef.fvrectbottom_adj;
H A Drender.h80 float fvrectright_adj, fvrectbottom_adj; member in struct:__anon11407
H A Dr_draw.c123 if (v0 > r_refdef.fvrectbottom_adj)
124 v0 = r_refdef.fvrectbottom_adj;
151 if (r_v1 > r_refdef.fvrectbottom_adj)
152 r_v1 = r_refdef.fvrectbottom_adj;
855 if (v > r_refdef.fvrectbottom_adj)
856 v = r_refdef.fvrectbottom_adj;
H A Dr_main.c400 r_refdef.fvrectbottom_adj = (float)r_refdef.vrectbottom - 0.5;
/external/quake/quake/src/WinQuake/
H A Dd_sprite.cpp275 if (vvert > r_refdef.fvrectbottom_adj)
276 vvert = r_refdef.fvrectbottom_adj;
288 if (vnext > r_refdef.fvrectbottom_adj)
289 vnext = r_refdef.fvrectbottom_adj;
H A Drender.h86 float fvrectright_adj, fvrectbottom_adj; member in struct:__anon11807
H A Dr_draw.cpp123 if (v0 > r_refdef.fvrectbottom_adj)
124 v0 = r_refdef.fvrectbottom_adj;
151 if (r_v1 > r_refdef.fvrectbottom_adj)
152 r_v1 = r_refdef.fvrectbottom_adj;
855 if (v > r_refdef.fvrectbottom_adj)
856 v = r_refdef.fvrectbottom_adj;
H A Dr_main.cpp380 r_refdef.fvrectbottom_adj = (float)r_refdef.vrectbottom - 0.5;

Completed in 108 milliseconds