Home
last modified time | relevance | path

Searched refs:genericFamily (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebFontDescription.cpp44 genericFamily = static_cast<GenericFamily>(desc.genericFamily()); in WebFontDescription()
61 desc.setGenericFamily(static_cast<FontDescription::GenericFamilyType>(genericFamily)); in operator WebCore::FontDescription()
/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h92 …GenericFamilyType genericFamily() const { return static_cast<GenericFamilyType>(m_genericFamily); } in genericFamily() function
95 …bool useFixedDefaultSize() const { return genericFamily() == MonospaceFamily && !family().next() &… in useFixedDefaultSize()
114 void setGenericFamily(GenericFamilyType genericFamily) { m_genericFamily = genericFamily; } in setGenericFamily() argument
/external/webkit/Source/WebCore/css/
DCSSFontSelector.cpp400 AtomicString genericFamily; in fontDataForGenericFamily() local
402 genericFamily = settings->serifFontFamily(); in fontDataForGenericFamily()
404 genericFamily = settings->sansSerifFontFamily(); in fontDataForGenericFamily()
406 genericFamily = settings->cursiveFontFamily(); in fontDataForGenericFamily()
408 genericFamily = settings->fantasyFontFamily(); in fontDataForGenericFamily()
410 genericFamily = settings->fixedFontFamily(); in fontDataForGenericFamily()
412 genericFamily = settings->standardFontFamily(); in fontDataForGenericFamily()
414 if (!genericFamily.isEmpty()) in fontDataForGenericFamily()
415 return fontCache()->getCachedFontData(fontDescription, genericFamily); in fontDataForGenericFamily()
DCSSStyleSelector.cpp4625 fontDescription.setGenericFamily(parentFontDescription.genericFamily()); in applyProperty()
4638 fontDescription.setGenericFamily(initialDesc.genericFamily()); in applyProperty()
4702 … fontDescription.setIsSpecifiedFont(fontDescription.genericFamily() == FontDescription::NoFamily); in applyProperty()
6770 if (childFont.genericFamily() != FontDescription::MonospaceFamily && in checkForGenericFamilyChange()
6771 parentFont.genericFamily() != FontDescription::MonospaceFamily) in checkForGenericFamilyChange()
/external/webkit/Source/WebKit/chromium/public/
DWebFontDescription.h75 : genericFamily(GenericFamilyNone) in WebFontDescription()
87 GenericFamily genericFamily; member
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformDataWx.cpp85 fontFamilyToWxFontFamily(desc.genericFamily()), in FontPlatformData()
94 fontFamilyToWxFontFamily(desc.genericFamily()), in FontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontCacheLinux.cpp82 switch (description.genericFamily()) { in getLastResortFallbackFont()
125 FontDescription::GenericFamilyType type = fontDescription.genericFamily(); in createFontPlatformData()
DFontCacheChromiumWin.cpp439 fontDescription.genericFamily(), &c, &script); in getFontDataForCharacters()
523 FontDescription::GenericFamilyType generic = description.genericFamily(); in getLastResortFallbackFont()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontCacheAndroid.cpp42 switch (fontDescription.genericFamily()) { in getFallbackFontName()
122 switch (description.genericFamily()) { in getLastResortFallbackFont()
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontCacheFreeType.cpp127 switch (fontDescription.genericFamily()) { in getFamilyNameStringFromFontDescriptionAndFamily()
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformDataPango.cpp64 switch (fontDescription.genericFamily()) { in FontPlatformData()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1015924 (WebCore::FontDescription::genericFamily):
19355 (WebCore::FontDescription::genericFamily):