Home | History | Annotate | Download | only in graphics

Lines Matching refs:m_fontList

239         return m_fontList && m_fontList->loadingCustomFonts();
243 mutable RefPtr<FontFallbackList> m_fontList;
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 ? m_fontList->fontSelector() : 0;