Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSFontSelector.cpp383 AtomicString genericFamily; in fontDataForGenericFamily() local
385 genericFamily = settings->serifFontFamily(); in fontDataForGenericFamily()
387 genericFamily = settings->sansSerifFontFamily(); in fontDataForGenericFamily()
389 genericFamily = settings->cursiveFontFamily(); in fontDataForGenericFamily()
391 genericFamily = settings->fantasyFontFamily(); in fontDataForGenericFamily()
393 genericFamily = settings->fixedFontFamily(); in fontDataForGenericFamily()
395 genericFamily = settings->standardFontFamily(); in fontDataForGenericFamily()
397 if (!genericFamily.isEmpty()) in fontDataForGenericFamily()
398 …Cache()->getCachedFontData(fontCache()->getCachedFontPlatformData(fontDescription, genericFamily)); in fontDataForGenericFamily()
DCSSStyleSelector.cpp3757 bool familyIsFixed = fontDescription.genericFamily() == FontDescription::MonospaceFamily; in applyProperty()
4023 fontDescription.setGenericFamily(parentFontDescription.genericFamily()); in applyProperty()
4034 …if (fontDescription.keywordSize() && fontDescription.genericFamily() == FontDescription::Monospace… in applyProperty()
4036 fontDescription.setGenericFamily(initialDesc.genericFamily()); in applyProperty()
4052 … bool oldFamilyIsMonospace = fontDescription.genericFamily() == FontDescription::MonospaceFamily; in applyProperty()
4104 …if (fontDescription.keywordSize() && (fontDescription.genericFamily() == FontDescription::Monospac… in applyProperty()
5591 if (childFont.genericFamily() == parentFont.genericFamily()) in checkForGenericFamilyChange()
5595 if (childFont.genericFamily() != FontDescription::MonospaceFamily && in checkForGenericFamilyChange()
5596 parentFont.genericFamily() != FontDescription::MonospaceFamily) in checkForGenericFamilyChange()
5606 childFont.genericFamily() == FontDescription::MonospaceFamily); in checkForGenericFamilyChange()
[all …]
/external/webkit/WebCore/platform/graphics/
DFontDescription.h81 …GenericFamilyType genericFamily() const { return static_cast<GenericFamilyType>(m_genericFamily); } in genericFamily() function
95 void setGenericFamily(GenericFamilyType genericFamily) { m_genericFamily = genericFamily; } in setGenericFamily() argument
/external/webkit/WebCore/platform/graphics/wx/
DFontPlatformDataWx.cpp85 fontFamilyToWxFontFamily(desc.genericFamily()), in FontPlatformData()
94 fontFamilyToWxFontFamily(desc.genericFamily()), in FontPlatformData()
/external/webkit/WebCore/platform/graphics/chromium/
DFontCacheLinux.cpp81 switch (description.genericFamily()) { in getLastResortFallbackFont()
122 FontDescription::GenericFamilyType type = fontDescription.genericFamily(); in createFontPlatformData()
DFontCacheChromiumWin.cpp334 fontDescription.genericFamily(), &c, &script); in getFontDataForCharacters()
416 FontDescription::GenericFamilyType generic = description.genericFamily(); in getLastResortFallbackFont()
/external/webkit/WebCore/platform/graphics/android/
DFontCacheAndroid.cpp94 FontDescription::GenericFamilyType type = fontDescription.genericFamily(); in createFontPlatformData()
/external/webkit/WebCore/platform/graphics/gtk/
DFontPlatformDataGtk.cpp60 int type = fontDescription.genericFamily(); in FontPlatformData()
DFontPlatformDataPango.cpp65 switch (fontDescription.genericFamily()) { in FontPlatformData()
/external/webkit/WebCore/
DChangeLog-2006-05-1015924 (WebCore::FontDescription::genericFamily):
19355 (WebCore::FontDescription::genericFamily):