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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontGlyphs.cpp44 , m_familyIndex(0)
57 , m_familyIndex(cAllFamiliesScanned)
101 if (m_familyIndex <= cAllFamiliesScanned) {
105 size_t index = cAllFamiliesScanned - m_familyIndex;
109 m_familyIndex--;
118 // in |m_familyIndex|, so that we never scan the same spot in the list twice. getFontData will adjust our
119 // |m_familyIndex| as it scans for the right font to make.
121 RefPtr<FontData> result = fontCache().getFontData(description, m_familyIndex, m_fontSelector.get());
H A DFontGlyphs.h109 mutable int m_familyIndex; member in class:WebCore::FontGlyphs

Completed in 138 milliseconds