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

  /external/webkit/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.h 50 const UChar* getFontFamilyForScript(UScriptCode, FontDescription::GenericFamilyType);
59 FontDescription::GenericFamilyType,
FontCacheLinux.cpp 112 FontDescription::GenericFamilyType mType;
122 FontDescription::GenericFamilyType type = fontDescription.genericFamily();
FontUtilsChromiumWin.cpp 222 FontDescription::GenericFamilyType generic)
246 FontDescription::GenericFamilyType generic,
FontCacheChromiumWin.cpp 416 FontDescription::GenericFamilyType generic = description.genericFamily();
  /external/webkit/WebCore/platform/graphics/
FontDescription.h 52 enum GenericFamilyType { NoFamily, StandardFamily, SerifFamily, SansSerifFamily,
85 GenericFamilyType genericFamily() const { return static_cast<GenericFamilyType>(m_genericFamily); }
103 void setGenericFamily(GenericFamilyType genericFamily) { m_genericFamily = genericFamily; }
122 unsigned m_genericFamily : 3; // GenericFamilyType
  /external/webkit/WebCore/platform/graphics/android/
FontCacheAndroid.cpp 81 FontDescription::GenericFamilyType mType;
91 FontDescription::GenericFamilyType type = fontDescription.genericFamily();

Completed in 237 milliseconds