OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_PITCH
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontCustomPlatformDataWin.cpp
101
logFont.lfPitchAndFamily =
DEFAULT_PITCH
| FF_DONTCARE;
FontCacheWin.cpp
359
winfont->lfPitchAndFamily =
DEFAULT_PITCH
| FF_DONTCARE;
UniscribeHelper.cpp
125
logfont->lfPitchAndFamily =
DEFAULT_PITCH
| FF_DONTCARE;
[
all
...]
/external/chromium_org/content/renderer/pepper/
pepper_truetype_font_win.cc
53
DWORD pitch_and_family =
DEFAULT_PITCH
;
/frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java
658
return getIntParam(Engine.KEY_PARAM_PITCH, Engine.
DEFAULT_PITCH
);
[
all
...]
TextToSpeech.java
194
public static final int
DEFAULT_PITCH
= 100;
[
all
...]
Completed in 1224 milliseconds