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

  /external/skia/src/sfnt/
SkSFNTHeader.h 21 SK_SFNT_ULONG fontType;
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 82 static int CALLBACK linkedFontEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM hfont)
415 static int CALLBACK matchImprovingEnumProc(CONST LOGFONT* candidate, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
515 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 479 const char* fontType = FT_Get_X11_Font_Format(face);
480 if (strcmp(fontType, "Type 1") == 0) {
482 } else if (strcmp(fontType, "CID Type 1") == 0) {
485 } else if (strcmp(fontType, "CFF") == 0) {
487 } else if (strcmp(fontType, "TrueType") == 0) {
    [all...]
SkFontHost_mac_coretext.cpp     [all...]
SkFontHost_win_dw.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 381 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
417 static int CALLBACK getLastResortFallbackFontProc(const LOGFONT* logFont, const TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCacheWinCE.cpp 187 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
  /external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp 465 const char* fontType = FT_Get_X11_Font_Format(face);
466 if (strcmp(fontType, "Type 1") == 0) {
468 } else if (strcmp(fontType, "CID Type 1") == 0) {
471 } else if (strcmp(fontType, "CFF") == 0) {
473 } else if (strcmp(fontType, "TrueType") == 0) {
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 727 SkAdvancedTypefaceMetrics::FontType SkPDFFont::getType() {
776 SkAdvancedTypefaceMetrics::FontType fontType =
780 if (fontType == SkAdvancedTypefaceMetrics::kType1CID_Font ||
781 fontType == SkAdvancedTypefaceMetrics::kTrueType_Font) {
869 SkAdvancedTypefaceMetrics::FontType type =
    [all...]
  /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 341 milliseconds