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

/external/chromium_org/third_party/WebKit/Source/core/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_orientation) << 2 | static_cast<unsigned>(fontKey.m_italic) << 1 | static_cast<unsigned>(fontKey.m_printerFont)
/external/chromium_org/third_party/WebKit/Source/core/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 FontDataCache::AddResult entry = fontDataCache.add(fontKey, FontData());
/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 92 milliseconds