HomeSort by relevance Sort by last modified time
    Searched refs:yscaleinv (Results 1 - 10 of 10) sorted by null

  /external/quake/quake/src/QW/client/
r_shared.h 115 extern float xscaleinv, yscaleinv;
d_sprite.c 358 d_sdivzstepv = -p_saxis[1] * yscaleinv;
359 d_tdivzstepv = -p_taxis[1] * yscaleinv;
362 d_zistepv = -p_normal[1] * yscaleinv * distinv;
d_edge.c 142 t = yscaleinv * mipscale;
r_draw.c 569 surface_p->d_zistepv = -p_normal[1] * yscaleinv * distinv;
684 surface_p->d_zistepv = -p_normal[1] * yscaleinv * distinv;
r_main.c 74 float xscaleinv, yscaleinv; variable
441 yscaleinv = 1.0 / yscale;
  /external/quake/quake/src/WinQuake/
r_shared.h 118 extern float xscaleinv, yscaleinv;
d_sprite.cpp 358 d_sdivzstepv = -p_saxis[1] * yscaleinv;
359 d_tdivzstepv = -p_taxis[1] * yscaleinv;
362 d_zistepv = -p_normal[1] * yscaleinv * distinv;
d_edge.cpp 142 t = yscaleinv * mipscale;
r_draw.cpp 569 surface_p->d_zistepv = -p_normal[1] * yscaleinv * distinv;
684 surface_p->d_zistepv = -p_normal[1] * yscaleinv * distinv;
r_main.cpp 72 float xscaleinv, yscaleinv; variable
421 yscaleinv = 1.0 / yscale;

Completed in 5149 milliseconds