HomeSort by relevance Sort by last modified time
    Searched full:prightbottom (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/client/
d_polyse.c 723 int *plefttop, *prighttop, *pleftbottom, *prightbottom; local
730 prightbottom = pedgetable->prightedgevert1;
733 initialrightheight = prightbottom[1] - prighttop[1];
895 prightbottom[0], prightbottom[1]);
911 d_aspancount = prightbottom[0] - prighttop[0];
913 prighttop = prightbottom;
914 prightbottom = pedgetable->prightedgevert2;
916 height = prightbottom[1] - prighttop[1];
919 prightbottom[0], prightbottom[1])
    [all...]
  /external/quake/quake/src/WinQuake/
d_polyse.cpp 725 int *plefttop, *prighttop, *pleftbottom, *prightbottom; local
732 prightbottom = pedgetable->prightedgevert1;
735 initialrightheight = prightbottom[1] - prighttop[1];
942 prightbottom[0], prightbottom[1]);
958 d_aspancount = prightbottom[0] - prighttop[0];
960 prighttop = prightbottom;
961 prightbottom = pedgetable->prightedgevert2;
963 height = prightbottom[1] - prighttop[1];
966 prightbottom[0], prightbottom[1]);
    [all...]

Completed in 36 milliseconds