#include "config.h"#include "FontCache.h"#include "Font.h"#include "FontFallbackList.h"#include "FontPlatformData.h"#include "FontSelector.h"#include "StringHash.h"#include <wtf/HashMap.h>Namespaces | |
| namespace | WebCore |
Classes | |
| struct | WebCore::FontPlatformDataCacheKey |
| struct | WebCore::FontPlatformDataCacheKeyHash |
| struct | WebCore::FontPlatformDataCacheKeyTraits |
| struct | WebCore::FontDataCacheKeyHash |
| struct | WebCore::FontDataCacheKeyTraits |
Typedefs | |
| typedef HashMap < FontPlatformDataCacheKey, FontPlatformData *, FontPlatformDataCacheKeyHash, FontPlatformDataCacheKeyTraits > | WebCore::FontPlatformDataCache |
| typedef HashMap < FontPlatformData, FontData *, FontDataCacheKeyHash, FontDataCacheKeyTraits > | WebCore::FontDataCache |
Functions | |
| unsigned | WebCore::computeHash (const FontPlatformDataCacheKey &fontKey) |
| static const AtomicString & | WebCore::alternateFamilyName (const AtomicString &familyName) |
Variables | |
| static FontPlatformDataCache * | WebCore::gFontPlatformDataCache = 0 |
| static FontDataCache * | WebCore::gFontDataCache = 0 |