HomeSort by relevance Sort by last modified time
    Searched refs:fontKey (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FontCache.cpp 98 inline unsigned computeHash(const FontPlatformDataCacheKey& fontKey)
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.m_renderingMode
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.cpp 409 String fontKey = String::format("%1d:%d:%ls", style, logfont->lfHeight, family);
410 FontDataCache::iterator iter = fontDataCache.find(fontKey);
419 pair<FontDataCache::iterator, bool> entry = fontDataCache.add(fontKey, FontData());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 40 milliseconds