Home
last modified time | relevance | path

Searched defs:familyName (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebCore/css/
DFontFamilyValue.h31 static PassRefPtr<FontFamilyValue> create(const String& familyName) in create()
38 const String& familyName() const { return m_familyName; } in familyName() function
DFontFamilyValue.cpp28 FontFamilyValue::FontFamilyValue(const String& familyName) in FontFamilyValue()
DCSSFontSelector.cpp289 String familyName; in addFontFaceRule() local
295 String familyName; in addFontFaceRule() local
381 …cFamily(Document* document, const FontDescription& fontDescription, const AtomicString& familyName) in fontDataForGenericFamily()
492 …SSFontSelector::getFontData(const FontDescription& fontDescription, const AtomicString& familyName) in getFontData()
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontCachePango.cpp56 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) in getTraitsInFamily()
DFontPlatformDataPango.cpp48 …tformData::FontPlatformData(const FontDescription& fontDescription, const AtomicString& familyName) in FontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontCacheQt.cpp67 …che::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& familyName) in createFontPlatformData()
DFontPlatformDataQt.cpp63 …rmData::FontPlatformData(const FontDescription& description, const AtomicString& familyName, int w… in FontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DFontCacheHaiku.cpp75 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) in getTraitsInFamily()
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontCacheWx.cpp101 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) in getTraitsInFamily()
/external/webkit/Source/WebCore/platform/win/
DSystemInfo.cpp113 const char* familyName = (version >= WindowsNT3) ? "Windows NT " : "Windows CE "; in osVersionForUAString() local
/external/webkit/Source/WebCore/platform/graphics/android/
DFontCacheAndroid.cpp189 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) in getTraitsInFamily()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontCacheLinux.cpp99 void FontCache::getTraitsInFamily(const AtomicString& familyName, in getTraitsInFamily()
DFontCacheChromiumWin.cpp592 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) in getTraitsInFamily()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCacheWinCE.cpp230 String familyName; local
337 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCacheWin.cpp255 String familyName; in getFontDataForCharacters() local
306 AtomicString familyName = String(font.lfFaceName, wcsnlen(font.lfFaceName, LF_FACESIZE)); in fontDataFromDescriptionAndLogFont() local
535 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) in getTraitsInFamily()
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontCacheFreeType.cpp116 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) in getTraitsInFamily()
/external/webkit/Source/WebCore/platform/graphics/
DFontCache.cpp130 static const AtomicString& alternateFamilyName(const AtomicString& familyName) in alternateFamilyName()
180 const AtomicString& familyName, in getCachedFontPlatformData()
/external/skia/src/ports/
DSkFontHost_fontconfig.cpp221 const char familyName[], in CreateTypeface()
DSkFontHost_FONTPATH.cpp243 const char familyName[], in CreateTypeface()
DSkFontHost_win.cpp771 char *familyName = new char[str_len]; in GetAdvancedTypefaceMetrics() local
916 const char familyName[], in CreateTypeface()
DSkFontHost_mac_coretext.cpp91 static SkTypeface* NewFromName(const char familyName[], in NewFromName()
219 const char familyName[], in CreateTypeface()
DSkFontHost_linux.cpp531 const char familyName[], in CreateTypeface()
DSkFontHost_simple.cpp546 const char familyName[], in CreateTypeface()
DSkFontHost_mac_atsui.cpp503 const char familyName[], in CreateTypeface()
DSkFontHost_android.cpp638 const char familyName[], in CreateTypeface()

12