Home
last modified time | relevance | path

Searched refs:m_pitch (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/
DFontFallbackList.cpp43 , m_pitch(UnknownPitch) in FontFallbackList()
57 m_pitch = UnknownPitch; in invalidate()
78 m_pitch = static_cast<const SimpleFontData*>(fontData)->pitch(); in determinePitch()
83 m_pitch = segmentedFontData->rangeAt(0).fontData()->pitch(); in determinePitch()
85 m_pitch = VariablePitch; in determinePitch()
DFontFallbackList.h47 …bool isFixedPitch(const Font* f) const { if (m_pitch == UnknownPitch) determinePitch(f); return m_… in isFixedPitch()
79 mutable Pitch m_pitch; variable
/external/quake/quake/src/WinQuake/
Din_dos.cpp315 cl.viewangles[PITCH] += m_pitch.value * mouse_y; in IN_MouseMove()
371 if (m_pitch.value < 0) in IN_JoyMove()
Din_sun.cpp237 cl.viewangles[PITCH] += m_pitch.value * dy; in IN_Move()
Dclient.h267 extern cvar_t m_pitch;
Dcl_main.cpp38 cvar_t m_pitch = CVAR3("m_pitch","0.022", true); variable
743 Cvar_RegisterVariable (&m_pitch); in CL_Init()
Din_win.cpp711 cl.viewangles[PITCH] += m_pitch.value * mouse_y; in IN_MouseMove()
1137 if (m_pitch.value < 0.0) in IN_JoyMove()
Dgl_vidandroid.cpp773 cl.viewangles[PITCH] += m_pitch.value * mouse_y; in IN_MouseMove()
Dgl_vidlinux.cpp846 cl.viewangles[PITCH] += m_pitch.value * mouse_y; in IN_MouseMove()
Dvid_svgalib.cpp961 cl.viewangles[PITCH] += m_pitch.value * mouse_y; in IN_MouseMove()
Dgl_vidlinuxglx.cpp976 cl.viewangles[PITCH] += m_pitch.value * my; in IN_MouseMove()
Dmenu.cpp1129 Cvar_SetValue ("m_pitch", -m_pitch.value); in M_AdjustSliders()
1215 M_DrawCheckbox (220, 104, m_pitch.value < 0); in M_Options_Draw()
Dvid_x.cpp1187 cl.viewangles[PITCH] += m_pitch.value * mouse_y; in IN_Move()
/external/quake/quake/app/id1/
Dconfig.cfg79 m_pitch "0.022"
/external/quake/quake/src/QW/client/
Dmenu.c442 Cvar_SetValue ("m_pitch", -m_pitch.value); in M_AdjustSliders()
533 M_DrawCheckbox (220, 104, m_pitch.value < 0); in M_Options_Draw()
Din_win.c707 cl.viewangles[PITCH] += m_pitch.value * mouse_y; in IN_MouseMove()
1130 if (m_pitch.value < 0.0) in IN_JoyMove()
Dclient.h319 extern cvar_t m_pitch;
Dcl_main.c53 cvar_t m_pitch = CVAR3("m_pitch","0.022", true); variable
1097 Cvar_RegisterVariable (&m_pitch); in CL_Init()
Dgl_vidlinux.c794 cl.viewangles[PITCH] += m_pitch.value * mouse_y; in IN_MouseMove()
Dgl_vidlinuxglx.c765 cl.viewangles[PITCH] += m_pitch.value * mouse_y; in IN_MouseMove()
Dgl_vidlinux_svga.c832 cl.viewangles[PITCH] += m_pitch.value * mouse_y; in IN_MouseMove()
Dgl_vidlinux_x11.c853 cl.viewangles[PITCH] += m_pitch.value * mouse_y; in IN_Move()
Dvid_svgalib.c974 cl.viewangles[PITCH] += m_pitch.value * mouse_y; in IN_MouseMove()
Dvid_x.c1095 cl.viewangles[PITCH] += m_pitch.value * mouse_y; in IN_Move()
/external/quake/quake/src/QW/
Dcmds.txt182 m_pitch

12