Home | History | Annotate | Download | only in canvas

Lines Matching refs:fontSelector

241         m_font.fontSelector()->registerForInvalidationCallbacks(this);
250 m_font.fontSelector()->unregisterForInvalidationCallbacks(this);
274 m_font.fontSelector()->registerForInvalidationCallbacks(this);
282 m_font.fontSelector()->unregisterForInvalidationCallbacks(this);
285 void CanvasRenderingContext2D::State::fontsNeedUpdate(FontSelector* fontSelector)
287 ASSERT_ARG(fontSelector, fontSelector == m_font.fontSelector());
290 m_font.update(fontSelector);
1757 newStyle->font().update(newStyle->font().fontSelector());
1764 state().m_font.update(styleSelector->fontSelector());
1766 styleSelector->fontSelector()->registerForInvalidationCallbacks(&state());