HomeSort by relevance Sort by last modified time
    Searched refs:m_familyIndex (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.cpp 42 , m_familyIndex(0)
56 m_familyIndex = 0;
97 if (m_familyIndex == cAllFamiliesScanned)
102 // in |m_familyIndex|, so that we never scan the same spot in the list twice. getFontData will adjust our
103 // |m_familyIndex| as it scans for the right font to make.
105 const FontData* result = fontCache()->getFontData(*font, m_familyIndex, m_fontSelector.get());
116 m_familyIndex = cAllFamiliesScanned;
FontFallbackList.h 78 mutable int m_familyIndex;

Completed in 281 milliseconds