Searched defs:pitch (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DSpeechSynthesisUtterance.h61 float pitch() const { return m_platformUtterance->pitch(); } function in class:WebCore::final
62 void setPitch(float pitch) { m_platformUtterance->setPitch(pitch); } argument
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPlatformSpeechSynthesisUtterance.h67 float pitch() const { return m_pitch; } function in class:WebCore::PlatformSpeechSynthesisUtterance
68 void setPitch(float pitch) { m_pitch = std::max(std::min(2.0f, pitch), 0.0f); } argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DSimpleFontData.h182 Pitch pitch() const { return m_treatAsFixedPitch ? FixedPitch : VariablePitch; } function in class:WebCore::final
/macosx-10.10/groff-38/groff/src/devices/grolj4/
H A Dlj4.cpp310 double pitch = double(font::res)/w; local
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A DtkSnack.py262 def pitch(self, method=None, **kw): member in class:Sound
/macosx-10.10/tcl-105/tcl_ext/snack/snack/python/
H A DtkSnack.py262 def pitch(self, method=None, **kw): member in class:Sound
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DQuickTimeTcl.c1008 int pitch; local
/macosx-10.10/emacs-93/emacs/lisp/
H A Dfaces.el
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeCtrl.c3839 int x, y, alpha, imgW, imgH, pitch; local
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkImgPhoto.c2987 int h, offset, pitch; local
4324 int wLeft, hLeft, wCopy, hCopy, pitch; local
4701 int pitch, xRepeat, yRepeat, blockXSkip, blockYSkip, sourceIsSimplePhoto; local
[all...]
H A Dtk.h1276 int pitch; /* Address difference between corresponding member in struct:Tk_PhotoImageBlock
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkImgPhoto.c2989 int h, offset, pitch; local
4349 int pitch; local
4685 int pitch; local
[all...]
H A Dtk.h1285 int pitch; /* Address difference between corresponding member in struct:Tk_PhotoImageBlock
/macosx-10.10/emacs-93/emacs/src/
H A Dw32fns.c5419 char name[50], weight[20], slant, pitch, pixels[10], height[10], local

Completed in 312 milliseconds