Home
last modified time | relevance | path

Searched refs:fontType (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/sfnt/
DSkSFNTHeader.h21 SK_SFNT_ULONG fontType; member
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCacheWin.cpp82 …linkedFontEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM hfont) in linkedFontEnumProc() argument
415 …provingEnumProc(CONST LOGFONT* candidate, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam) in matchImprovingEnumProc() argument
515 …sInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam) in traitsInFamilyEnumProc() argument
/external/skia/src/ports/
DSkFontHost_FreeType.cpp479 const char* fontType = FT_Get_X11_Font_Format(face); in GetAdvancedTypefaceMetrics()
480 if (strcmp(fontType, "Type 1") == 0) { in GetAdvancedTypefaceMetrics()
482 } else if (strcmp(fontType, "CID Type 1") == 0) { in GetAdvancedTypefaceMetrics()
485 } else if (strcmp(fontType, "CFF") == 0) { in GetAdvancedTypefaceMetrics()
487 } else if (strcmp(fontType, "TrueType") == 0) { in GetAdvancedTypefaceMetrics()
DSkFontHost_mac_coretext.cpp1613 SK_SFNT_ULONG fontType = get_font_type_tag(uniqueID); in OpenStream() local
1614 if (0 == fontType) { in OpenStream()
1651 header->fontType = fontType; in OpenStream()
DSkFontHost_win_dw.cpp1450 DWRITE_FONT_FACE_TYPE fontType = typeface->fDWriteFontFace->GetType();
1451 if (fontType == DWRITE_FONT_FACE_TYPE_TRUETYPE ||
1452 fontType == DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION) {
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontCacheChromiumWin.cpp381 …sInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam) in traitsInFamilyEnumProc() argument
417 …tFallbackFontProc(const LOGFONT* logFont, const TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam) in getLastResortFallbackFontProc() argument
/external/skia/legacy/src/ports/
DSkFontHost_FreeType.cpp465 const char* fontType = FT_Get_X11_Font_Format(face); in GetAdvancedTypefaceMetrics()
466 if (strcmp(fontType, "Type 1") == 0) { in GetAdvancedTypefaceMetrics()
468 } else if (strcmp(fontType, "CID Type 1") == 0) { in GetAdvancedTypefaceMetrics()
471 } else if (strcmp(fontType, "CFF") == 0) { in GetAdvancedTypefaceMetrics()
473 } else if (strcmp(fontType, "TrueType") == 0) { in GetAdvancedTypefaceMetrics()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCacheWinCE.cpp187 …sInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam) in traitsInFamilyEnumProc() argument
/external/skia/src/pdf/
DSkPDFFont.cpp776 SkAdvancedTypefaceMetrics::FontType fontType = in GetFontResource() local
780 if (fontType == SkAdvancedTypefaceMetrics::kType1CID_Font || in GetFontResource()
781 fontType == SkAdvancedTypefaceMetrics::kTrueType_Font) { in GetFontResource()
/external/quake/quake/src/QW/scitech/include/
Dmgraph.h731 short fontType; /* Type of font */ member
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
DMGRAPH.H731 short fontType; /* Type of font */ member