Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.cpp120 struct FixedSizeFontDataKey { struct
121FixedSizeFontDataKey(const AtomicString& family = AtomicString(), unsigned weight = 0, bool italic… in FixedSizeFontDataKey() function
128 FixedSizeFontDataKey(WTF::HashTableDeletedValueType) : m_weight(-2) { } in FixedSizeFontDataKey() argument
129 bool isHashTableDeletedValue() const { return m_weight == -2; } in isHashTableDeletedValue()
131 bool operator==(const FixedSizeFontDataKey& other) const in operator ==()
138 AtomicString m_family;
139 unsigned m_weight;
140 bool m_italic;