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

  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidFont.java 80 if (this.fontType == FontManager.FONT_TYPE_T1){
119 if (fontType == FontManager.FONT_TYPE_TT){
127 if ((pFont == 0) || (this.fontType == FontManager.FONT_TYPE_T1)){
237 if (this.fontType == FontManager.FONT_TYPE_T1){
FontPeerImpl.java 114 int fontType = FontManager.FONT_TYPE_UNDEF;
341 if (this.fontType == FontManager.FONT_TYPE_T1){
473 return fontType;
483 fontType = newType;
  /external/webkit/WebCore/platform/graphics/win/
FontCacheWin.cpp 82 static int CALLBACK linkedFontEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM hfont)
369 static int CALLBACK matchImprovingEnumProc(CONST LOGFONT* candidate, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
469 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
  /external/webkit/WebCore/platform/graphics/wince/
FontCacheWince.cpp 187 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 479 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 731 short fontType; /* Type of font */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 731 short fontType; /* Type of font */
    [all...]

Completed in 534 milliseconds