Searched refs:fontSelectorVersion (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontGlyphs.h86 // FIXME: It should be possible to combine fontSelectorVersion and generation.
87 unsigned fontSelectorVersion() const { return m_fontSelectorVersion; } function in class:WebCore::FontGlyphs
H A DFont.cpp199 if (m_glyphs->fontSelectorVersion() != other.m_glyphs->fontSelectorVersion())
211 unsigned fontSelectorVersion; member in struct:WebCore::FontGlyphsCacheKey
229 if (a.fontSelectorId != b.fontSelectorId || a.fontSelectorVersion != b.fontSelectorVersion || a.fontSelectorFlags != b.fontSelectorFlags)
268 key.fontSelectorVersion = fontSelector ? fontSelector->version() : 0;
279 hashCodes.uncheckedAppend(key.fontSelectorVersion);

Completed in 113 milliseconds