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

  /external/quake/quake/src/WinQuake/
in_sun.cpp 242 if ((in_strafe.state & 1) && noclip_anglehack) cmd->upmove -= m_forward.value * dy;
243 else cmd->forwardmove -= m_forward.value * dy;
client.h 269 extern cvar_t m_forward;
in_dos.cpp 324 cmd->upmove -= m_forward.value * mouse_y;
326 cmd->forwardmove -= m_forward.value * mouse_y;
cl_main.cpp 40 cvar_t m_forward = CVAR3("m_forward","1", true); variable
745 Cvar_RegisterVariable (&m_forward);
in_win.cpp 720 cmd->upmove -= m_forward.value * mouse_y;
722 cmd->forwardmove -= m_forward.value * mouse_y;
gl_vidlinuxglx.cpp 985 cmd->upmove -= m_forward.value * my;
987 cmd->forwardmove -= m_forward.value * my;
vid_sunx.cpp 1252 cmd->upmove -= m_forward.value * mouse_y;
1254 cmd->forwardmove -= m_forward.value * mouse_y;
vid_sunxil.cpp 1279 cmd->upmove -= m_forward.value * mouse_y;
1281 cmd->forwardmove -= m_forward.value * mouse_y;
vid_x.cpp 1194 cmd->upmove -= m_forward.value * mouse_y;
1196 cmd->forwardmove -= m_forward.value * mouse_y;
  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.cpp 50 m_forward = m_box->style()->boxDirection() != BNORMAL;
52 m_forward = m_box->style()->boxDirection() == BNORMAL;
53 if (!m_forward) {
69 m_currentOrdinal = m_forward ? 0 : m_lastOrdinal + 1;
82 if (m_forward) {
95 m_currentChild = m_forward ? m_currentChild->nextSiblingBox() : m_currentChild->previousSiblingBox();
106 bool m_forward; member in class:WebCore::FlexBoxIterator
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBLevelDBBackingStore.cpp 2177 bool m_forward; member in class:WebCore::__anon17904::CursorImplCommon
    [all...]
  /external/quake/quake/src/QW/client/
client.h 321 extern cvar_t m_forward;
gl_vidlinux_x11.c 860 cmd->upmove -= m_forward.value * mouse_y;
862 cmd->forwardmove -= m_forward.value * mouse_y;
gl_vidlinuxglx.c 774 cmd->upmove -= m_forward.value * mouse_y;
776 cmd->forwardmove -= m_forward.value * mouse_y;
in_win.c 716 cmd->upmove -= m_forward.value * mouse_y;
718 cmd->forwardmove -= m_forward.value * mouse_y;
cl_main.c 55 cvar_t m_forward = CVAR2("m_forward","1"); variable
1099 Cvar_RegisterVariable (&m_forward);
vid_x.c 1102 cmd->upmove -= m_forward.value * mouse_y;
1104 cmd->forwardmove -= m_forward.value * mouse_y;

Completed in 318 milliseconds