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

  /external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.cpp 43 , m_pitch(UnknownPitch)
57 m_pitch = UnknownPitch;
78 m_pitch = static_cast<const SimpleFontData*>(fontData)->pitch();
83 m_pitch = segmentedFontData->rangeAt(0).fontData()->pitch();
85 m_pitch = VariablePitch;
FontFallbackList.h 47 bool isFixedPitch(const Font* f) const { if (m_pitch == UnknownPitch) determinePitch(f); return m_pitch == FixedPitch; };
79 mutable Pitch m_pitch; member in class:WebCore::FontFallbackList
  /external/quake/quake/src/WinQuake/
client.h 267 extern cvar_t m_pitch;
in_sun.cpp 237 cl.viewangles[PITCH] += m_pitch.value * dy;
in_dos.cpp 315 cl.viewangles[PITCH] += m_pitch.value * mouse_y;
371 if (m_pitch.value < 0)
cl_main.cpp 38 cvar_t m_pitch = CVAR3("m_pitch","0.022", true); variable
743 Cvar_RegisterVariable (&m_pitch);
in_win.cpp 711 cl.viewangles[PITCH] += m_pitch.value * mouse_y;
1137 if (m_pitch.value < 0.0)
menu.cpp 1129 Cvar_SetValue ("m_pitch", -m_pitch.value);
1215 M_DrawCheckbox (220, 104, m_pitch.value < 0);
    [all...]
gl_vidlinuxglx.cpp 976 cl.viewangles[PITCH] += m_pitch.value * my;
vid_sunx.cpp 1245 cl.viewangles[PITCH] += m_pitch.value * mouse_y;
vid_sunxil.cpp 1272 cl.viewangles[PITCH] += m_pitch.value * mouse_y;
vid_x.cpp 1187 cl.viewangles[PITCH] += m_pitch.value * mouse_y;
  /gdk/samples/quake/jni/
client.h 267 extern cvar_t m_pitch;
cl_main.cpp 38 cvar_t m_pitch = CVAR3("m_pitch","0.022", true); variable
743 Cvar_RegisterVariable (&m_pitch);
menu.cpp 1129 Cvar_SetValue ("m_pitch", -m_pitch.value);
1215 M_DrawCheckbox (220, 104, m_pitch.value < 0);
    [all...]
  /external/quake/quake/src/QW/client/
client.h 319 extern cvar_t m_pitch;
in_win.c 707 cl.viewangles[PITCH] += m_pitch.value * mouse_y;
1130 if (m_pitch.value < 0.0)
menu.c 442 Cvar_SetValue ("m_pitch", -m_pitch.value);
533 M_DrawCheckbox (220, 104, m_pitch.value < 0);
cl_main.c 53 cvar_t m_pitch = CVAR3("m_pitch","0.022", true); variable
1097 Cvar_RegisterVariable (&m_pitch);
gl_vidlinux_x11.c 853 cl.viewangles[PITCH] += m_pitch.value * mouse_y;
gl_vidlinuxglx.c 765 cl.viewangles[PITCH] += m_pitch.value * mouse_y;
vid_x.c 1095 cl.viewangles[PITCH] += m_pitch.value * mouse_y;

Completed in 661 milliseconds