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

  /external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.h 73 mutable Vector<pair<const FontData*, bool>, 1> m_fontList;
Font.h 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
    [all...]

Completed in 696 milliseconds