Home | History | Annotate | Download | only in fonts

Lines Matching refs:m_fontFallbackList

66     , m_fontFallbackList(other.m_fontFallbackList)
73 m_fontFallbackList = other.m_fontFallbackList;
84 FontSelector* first = m_fontFallbackList ? m_fontFallbackList->fontSelector() : 0;
85 FontSelector* second = other.m_fontFallbackList ? other.m_fontFallbackList->fontSelector() : 0;
89 && (m_fontFallbackList ? m_fontFallbackList->fontSelectorVersion() : 0) == (other.m_fontFallbackList ? other.m_fontFallbackList->fontSelectorVersion() : 0)
90 && (m_fontFallbackList ? m_fontFallbackList->generation() : 0) == (other.m_fontFallbackList ? other.m_fontFallbackList->generation() : 0);
100 if (!m_fontFallbackList)
101 m_fontFallbackList = FontFallbackList::create();
102 m_fontFallbackList->invalidate(fontSelector);
170 ? m_fontFallbackList->widthCache().add(run, WidthCacheEntry())
272 if (m_fontFallbackList && m_fontFallbackList->fontSelector() && !family.familyIsEmpty())
273 m_fontFallbackList->fontSelector()->willUseFontData(fontDescription(), family.family(), character);
417 GlyphPageTreeNode* node = pageNumber ? m_fontFallbackList->m_pages.get(pageNumber) : m_fontFallbackList->m_pageZero;
421 m_fontFallbackList->m_pages.set(pageNumber, node);
423 m_fontFallbackList->m_pageZero = node;
458 m_fontFallbackList->m_pages.set(pageNumber, node);
460 m_fontFallbackList->m_pageZero = node;
495 m_fontFallbackList->m_pages.set(pageNumber, node);
497 m_fontFallbackList->m_pageZero = node;