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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontGlyphs.cpp64 m_realizedFontData.append(fontData.release());
69 unsigned numFonts = m_realizedFontData.size();
71 if (m_realizedFontData[i]->isCustomFont())
73 ASSERT(!m_realizedFontData[i]->isSegmented());
74 fontCache().releaseFontData(static_cast<const SimpleFontData*>(m_realizedFontData[i].get()));
95 if (realizedFontIndex < m_realizedFontData.size())
96 return m_realizedFontData[realizedFontIndex].get(); // This fallback font is already in our list.
99 ASSERT(realizedFontIndex == m_realizedFontData.size());
112 m_realizedFontData.append(fallback);
123 m_realizedFontData
[all...]
H A DFontGlyphs.h102 mutable Vector<RefPtr<FontData>, 1> m_realizedFontData; member in class:WebCore::FontGlyphs

Completed in 146 milliseconds