Searched defs:fontKey (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontUtilsChromiumWin.cpp409 String fontKey = String::format("%1d:%d:%ls", style, logfont->lfHeight, family); local
410 FontDataCache::iterator iter = fontDataCache.find(fontKey);
419 pair<FontDataCache::iterator, bool> entry = fontDataCache.add(fontKey, FontData());
/external/webkit/Source/WebCore/platform/graphics/
H A DFontCache.cpp98 inline unsigned computeHash(const FontPlatformDataCacheKey& fontKey) argument
101 CaseFoldingHash::hash(fontKey.m_family),
102 fontKey.m_size,
103 fontKey.m_weight,
104 fontKey.m_widthVariant,
105 static_cast<unsigned>(fontKey.m_textOrientation) << 4 | static_cast<unsigned>(fontKey.m_orientation) << 3 | static_cast<unsigned>(fontKey.m_italic) << 2 | static_cast<unsigned>(fontKey.m_printerFont) << 1 | static_cast<unsigned>(fontKey
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 255 milliseconds