Searched refs:fontSelector (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSFontFace.cpp89 CSSFontSelector* fontSelector = (*m_segmentedFontFaces.begin())->fontSelector();
90 fontSelector->fontLoaded();
118 CSSFontSelector* fontSelector = (*m_segmentedFontFaces.begin())->fontSelector(); local
127 if (RefPtr<SimpleFontData> result = m_sources[i]->getFontData(fontDescription, syntheticBold, syntheticItalic, fontSelector)) {
153 Document* document = (*m_segmentedFontFaces.begin())->fontSelector()->document();
174 Document* document = (*m_segmentedFontFaces.begin())->fontSelector()->document();
H A DCSSSegmentedFontFace.h48 CSSFontSelector* fontSelector() const { return m_fontSelector; } function in class:WebCore::CSSSegmentedFontFace
H A DFontLoader.cpp240 CSSSegmentedFontFace* face = m_document->ensureStyleResolver()->fontSelector()->getFontFace(font.fontDescription(), f->family());
257 CSSSegmentedFontFace* face = m_document->ensureStyleResolver()->fontSelector()->getFontFace(font.fontDescription(), f->family());
293 style->font().update(style->font().fontSelector());
311 font.update(styleResolver->fontSelector());
H A DCSSFontFaceSource.cpp97 PassRefPtr<SimpleFontData> CSSFontFaceSource::getFontData(const FontDescription& fontDescription, bool syntheticBold, bool syntheticItalic, CSSFontSelector* fontSelector) argument
180 fontSelector->beginLoadingFontSoon(m_font.get());
H A DCSSSegmentedFontFace.cpp40 CSSSegmentedFontFace::CSSSegmentedFontFace(CSSFontSelector* fontSelector) argument
41 : m_fontSelector(fontSelector)
H A DRuleSet.cpp293 resolver->fontSelector()->addFontFaceRule(fontFaceRule);
H A DStyleResolver.h286 CSSFontSelector* fontSelector() const { return m_fontSelector.get(); } function in class:WebCore::StyleResolver
H A DStyleResolver.cpp279 fontSelector()->addFontFaceRule((*it)->fontFaceRule());
290 document()->renderer()->style()->font().update(fontSelector());
813 PassRefPtr<RenderStyle> StyleResolver::styleForDocument(Document* document, CSSFontSelector* fontSelector) argument
900 documentStyle->font().update(fontSelector);
1206 m_state.style()->font().update(fontSelector());
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderCombineText.cpp110 FontSelector* fontSelector = style()->font().fontSelector(); local
120 compressedFont.update(fontSelector);
137 style()->font().update(fontSelector);
H A DRenderSearchField.h81 virtual FontSelector* fontSelector() const OVERRIDE;
H A DRenderSearchField.cpp345 FontSelector* RenderSearchField::fontSelector() const function in class:WebCore::RenderSearchField
347 return document()->ensureStyleResolver()->fontSelector();
H A DRenderMenuList.h112 virtual FontSelector* fontSelector() const OVERRIDE;
H A DRenderMenuList.cpp616 FontSelector* RenderMenuList::fontSelector() const function in class:WebCore::RenderMenuList
618 return document()->ensureStyleResolver()->fontSelector();
H A DRenderListBox.cpp134 itemFont.update(document()->ensureStyleResolver()->fontSelector());
434 itemFont.update(document()->ensureStyleResolver()->fontSelector());
H A DRenderThemeSafari.cpp403 style->font().update(styleResolver->fontSelector());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontGlyphs.h67 static PassRefPtr<FontGlyphs> create(PassRefPtr<FontSelector> fontSelector) { return adoptRef(new FontGlyphs(fontSelector)); } argument
81 FontSelector* fontSelector() const { return m_fontSelector.get(); } function in class:WebCore::FontGlyphs
H A DFont.cpp134 if (m_glyphs->fontSelector() != other.m_glyphs->fontSelector())
189 static void makeFontGlyphsCacheKey(FontGlyphsCacheKey& key, const FontDescription& description, FontSelector* fontSelector) argument
194 key.fontSelectorId = fontSelector ? fontSelector->uniqueId() : 0;
195 key.fontSelectorVersion = fontSelector ? fontSelector->version() : 0;
196 key.fontSelectorFlags = fontSelector && fontSelector->resolvesFamilyFor(description) ? makeFontSelectorFlags(description) : 0;
223 static PassRefPtr<FontGlyphs> retrieveOrAddCachedFontGlyphs(const FontDescription& fontDescription, PassRefPtr<FontSelector> fontSelector) argument
[all...]
H A DFont.h231 FontSelector* fontSelector() const;
341 inline FontSelector* Font::fontSelector() const function in class:WebCore::Font
343 return m_glyphs ? m_glyphs->fontSelector() : 0;
H A DFontCache.cpp457 PassRefPtr<FontData> FontCache::getFontData(const FontDescription& description, int& familyIndex, FontSelector* fontSelector) argument
468 if (fontSelector)
469 result = fontSelector->getFontData(description, family);
488 if (fontSelector) {
490 if (RefPtr<FontData> data = fontSelector->getFontData(description, standardFamily))
H A DFontGlyphs.cpp40 FontGlyphs::FontGlyphs(PassRefPtr<FontSelector> fontSelector) argument
43 , m_fontSelector(fontSelector)
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPopupMenuClient.h74 virtual FontSelector* fontSelector() const = 0;
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.cpp229 m_font.fontSelector()->registerForInvalidationCallbacks(this);
238 m_font.fontSelector()->unregisterForInvalidationCallbacks(this);
264 m_font.fontSelector()->registerForInvalidationCallbacks(this);
272 m_font.fontSelector()->unregisterForInvalidationCallbacks(this);
275 void CanvasRenderingContext2D::State::fontsNeedUpdate(FontSelector* fontSelector) argument
277 ASSERT_ARG(fontSelector, fontSelector == m_font.fontSelector());
280 m_font.update(fontSelector);
2036 newStyle->font().update(newStyle->font().fontSelector());
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGInlineText.cpp247 scaledFont.update(styleResolver->fontSelector());
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPopupMenuWin.cpp354 itemFont.update(m_popupClient->fontSelector());
668 itemFont.update(m_popupClient->fontSelector());
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DRenderThemeQStyle.cpp257 style->font().update(styleResolver->fontSelector());

Completed in 230 milliseconds

12