Searched refs:vrect_x_adj_shift20 (Results 1 - 6 of 6) sorted by relevance

/external/quake/quake/src/QW/client/
H A Drender.h78 int vrect_x_adj_shift20; // (vrect.x + 0.5 - epsilon) << 20 member in struct:__anon11407
H A Dr_draw.c223 if (edge->u < r_refdef.vrect_x_adj_shift20)
224 edge->u = r_refdef.vrect_x_adj_shift20;
H A Dr_main.c390 r_refdef.vrect_x_adj_shift20 = (r_refdef.vrect.x<<20) + (1<<19) - 1;
/external/quake/quake/src/WinQuake/
H A Drender.h84 int vrect_x_adj_shift20; // (vrect.x + 0.5 - epsilon) << 20 member in struct:__anon11807
H A Dr_draw.cpp223 if (edge->u < r_refdef.vrect_x_adj_shift20)
224 edge->u = r_refdef.vrect_x_adj_shift20;
H A Dr_main.cpp370 r_refdef.vrect_x_adj_shift20 = (r_refdef.vrect.x<<20) + (1<<19) - 1;

Completed in 109 milliseconds