Home
last modified time | relevance | path

Searched refs:m_fontState (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformData.h84 : m_fontState(DELETED) in FontPlatformData()
97 : m_fontState(UNINITIALIZED) in FontPlatformData()
107 : m_fontState(UNINITIALIZED) in FontPlatformData()
121 switch (m_fontState) { in hash()
137 if (m_font && m_fontState == VALID && other.m_fontState == VALID && other.m_font) {
143 return m_fontState == other.m_fontState;
146 bool isHashTableDeletedValue() const { return m_fontState == DELETED; } in isHashTableDeletedValue()
179 FontState m_fontState; variable
DFontPlatformDataWx.cpp114 m_fontState = VALID; in FontPlatformData()
139 m_fontState = UNINITIALIZED; in ~FontPlatformData()