Searched refs:traitsMasks (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/mac/
H A DWebFontCache.h33 + (void)getTraits:(Vector<unsigned>&)traitsMasks inFamily:(NSString *)desiredFamily;
H A DWebFontCache.mm136 + (void)getTraits:(Vector<unsigned>&)traitsMasks inFamily:(NSString *)desiredFamily
156 traitsMasks.append(toTraitsMask([fontManager traitsOfFont:font], weight));
174 traitsMasks.append(toTraitsMask(fontTraits, fontWeight));
/external/webkit/Source/WebCore/platform/graphics/pango/
H A DFontCachePango.cpp56 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) argument
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFontCacheHaiku.cpp75 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) argument
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontCacheWx.cpp101 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) argument
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontCacheLinux.cpp100 Vector<unsigned>& traitsMasks)
99 getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) argument
H A DFontCacheChromiumWin.cpp592 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) argument
605 copyToVector(procData.m_traitsMasks, traitsMasks);
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontCacheMac.mm189 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
191 [WebFontCache getTraits:traitsMasks inFamily:familyName];
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontCacheAndroid.cpp190 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) argument
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontCacheWinCE.cpp337 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) argument
348 copyToVector(procData.m_traitsMasks, traitsMasks);
/external/webkit/Source/WebCore/platform/graphics/freetype/
H A DFontCacheFreeType.cpp116 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) argument
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCacheWin.cpp535 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) argument
548 copyToVector(procData.m_traitsMasks, traitsMasks);

Completed in 465 milliseconds