Searched defs:m_fontList (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFontFallbackList.h73 mutable Vector<pair<const FontData*, bool>, 1> m_fontList; member in class:WebCore::FontFallbackList
H A DFont.h239 return m_fontList && m_fontList->loadingCustomFonts();
243 mutable RefPtr<FontFallbackList> m_fontList; member in class:WebCore::Font
256 ASSERT(m_fontList);
257 return m_fontList->primarySimpleFontData(this);
262 ASSERT(m_fontList);
263 return m_fontList->fontDataAt(this, index);
268 ASSERT(m_fontList);
269 return m_fontList->isFixedPitch(this);
274 return m_fontList
[all...]

Completed in 1232 milliseconds