Home
last modified time | relevance | path

Searched defs:FontPlatformDataCacheKey (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFontCache.cpp56 struct FontPlatformDataCacheKey { struct
59FontPlatformDataCacheKey(const AtomicString& family = AtomicString(), unsigned size = 0, unsigned … in FontPlatformDataCacheKey() function
74 FontPlatformDataCacheKey(HashTableDeletedValueType) : m_size(hashTableDeletedSize()) { } in FontPlatformDataCacheKey() argument
75 bool isHashTableDeletedValue() const { return m_size == hashTableDeletedSize(); } in isHashTableDeletedValue()
77 bool operator==(const FontPlatformDataCacheKey& other) const in operator ==()
84 unsigned m_size;
85 unsigned m_weight;
86 AtomicString m_family;
87 bool m_italic;
88 bool m_printerFont;
[all …]