/external/webkit/Source/WebCore/css/ |
D | FontFamilyValue.h | 31 static PassRefPtr<FontFamilyValue> create(const String& familyName) in create() 38 const String& familyName() const { return m_familyName; } in familyName() function
|
D | FontFamilyValue.cpp | 28 FontFamilyValue::FontFamilyValue(const String& familyName) in FontFamilyValue()
|
D | CSSFontSelector.cpp | 289 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/ |
D | FontCachePango.cpp | 56 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) in getTraitsInFamily()
|
D | FontPlatformDataPango.cpp | 48 …tformData::FontPlatformData(const FontDescription& fontDescription, const AtomicString& familyName) in FontPlatformData()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | FontCacheQt.cpp | 67 …che::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& familyName) in createFontPlatformData()
|
D | FontPlatformDataQt.cpp | 63 …rmData::FontPlatformData(const FontDescription& description, const AtomicString& familyName, int w… in FontPlatformData()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | FontCacheHaiku.cpp | 75 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) in getTraitsInFamily()
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | FontCacheWx.cpp | 101 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) in getTraitsInFamily()
|
/external/webkit/Source/WebCore/platform/win/ |
D | SystemInfo.cpp | 113 const char* familyName = (version >= WindowsNT3) ? "Windows NT " : "Windows CE "; in osVersionForUAString() local
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | FontCacheAndroid.cpp | 189 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) in getTraitsInFamily()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontCacheLinux.cpp | 99 void FontCache::getTraitsInFamily(const AtomicString& familyName, in getTraitsInFamily()
|
D | FontCacheChromiumWin.cpp | 592 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) in getTraitsInFamily()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontCacheWinCE.cpp | 230 String familyName; local 337 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | FontCacheWin.cpp | 255 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/ |
D | FontCacheFreeType.cpp | 116 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) in getTraitsInFamily()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FontCache.cpp | 130 static const AtomicString& alternateFamilyName(const AtomicString& familyName) in alternateFamilyName() 180 const AtomicString& familyName, in getCachedFontPlatformData()
|
/external/skia/src/ports/ |
D | SkFontHost_fontconfig.cpp | 221 const char familyName[], in CreateTypeface()
|
D | SkFontHost_FONTPATH.cpp | 243 const char familyName[], in CreateTypeface()
|
D | SkFontHost_win.cpp | 771 char *familyName = new char[str_len]; in GetAdvancedTypefaceMetrics() local 916 const char familyName[], in CreateTypeface()
|
D | SkFontHost_mac_coretext.cpp | 91 static SkTypeface* NewFromName(const char familyName[], in NewFromName() 219 const char familyName[], in CreateTypeface()
|
D | SkFontHost_linux.cpp | 531 const char familyName[], in CreateTypeface()
|
D | SkFontHost_simple.cpp | 546 const char familyName[], in CreateTypeface()
|
D | SkFontHost_mac_atsui.cpp | 503 const char familyName[], in CreateTypeface()
|
D | SkFontHost_android.cpp | 638 const char familyName[], in CreateTypeface()
|