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

  /external/webkit/Source/WebCore/platform/graphics/skia/
FontCustomPlatformData.cpp 98 logFont.lfPitchAndFamily = DEFAULT_PITCH | FF_DONTCARE;
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformData.cpp 84 logFont.lfPitchAndFamily = DEFAULT_PITCH | FF_DONTCARE;
FontCacheWin.cpp 480 matchData.m_chosen.lfPitchAndFamily = DEFAULT_PITCH | FF_DONTCARE;
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.cpp 257 winFont.lfPitchAndFamily = DEFAULT_PITCH | FF_DONTCARE;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 366 winfont->lfPitchAndFamily = DEFAULT_PITCH | FF_DONTCARE;
UniscribeHelper.cpp 66 logfont->lfPitchAndFamily = DEFAULT_PITCH | FF_DONTCARE;
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 656 return getIntParam(Engine.KEY_PARAM_PITCH, Engine.DEFAULT_PITCH);
    [all...]
TextToSpeech.java 194 public static final int DEFAULT_PITCH = 100;
    [all...]

Completed in 1849 milliseconds