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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.cpp 56 m_fontList.clear();
71 unsigned numFonts = m_fontList.size();
73 if (!m_fontList[i]->isCustomFont()) {
74 ASSERT(!m_fontList[i]->isSegmented());
75 FontCache::fontCache()->releaseFontData(toSimpleFontData(m_fontList[i]));
113 unsigned numFonts = m_fontList.size();
115 if (m_fontList[i]->isLoading())
126 unsigned numFonts = m_fontList.size();
128 if (m_fontList[i]->shouldSkipDrawing())
224 if (realizedFontIndex < m_fontList.size()
    [all...]
FontFallbackList.h 117 mutable Vector<RefPtr<FontData>, 1> m_fontList;

Completed in 32 milliseconds