Searched defs:fontSelector (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSSegmentedFontFace.h47 CSSFontSelector* fontSelector() const { return m_fontSelector; } function in class:WebCore::CSSSegmentedFontFace
H A DCSSFontFace.cpp118 CSSFontSelector* fontSelector = (*m_segmentedFontFaces.begin())->fontSelector(); local
H A DCSSFontFaceSource.cpp98 PassRefPtr<SimpleFontData> CSSFontFaceSource::getFontData(const FontDescription& fontDescription, bool syntheticBold, bool syntheticItalic, CSSFontSelector* fontSelector) argument
H A DCSSSegmentedFontFace.cpp40 CSSSegmentedFontFace::CSSSegmentedFontFace(CSSFontSelector* fontSelector) argument
H A DStyleResolver.h217 CSSFontSelector* fontSelector() const { return m_fontSelector.get(); } function in class:WebCore::StyleResolver
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLToken.cpp91 FontSelector* fontSelector = newStyle.get().font().fontSelector(); local
/macosx-10.10/WebCore-7600.1.25/style/
H A DStyleResolveForDocument.cpp121 CSSFontSelector* fontSelector = document.styleResolverIfExists() ? document.styleResolverIfExists()->fontSelector() : 0; local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontGlyphs.h71 static PassRef<FontGlyphs> create(PassRefPtr<FontSelector> fontSelector) { return adoptRef(*new FontGlyphs(fontSelector)); } argument
85 FontSelector* fontSelector() const { return m_fontSelector.get(); } function in class:WebCore::FontGlyphs
H A DFontGlyphs.cpp39 FontGlyphs::FontGlyphs(PassRefPtr<FontSelector> fontSelector) argument
H A DFont.h377 inline FontSelector* Font::fontSelector() const function in class:WebCore::Font
H A DFontCache.cpp554 PassRefPtr<FontData> FontCache::getFontData(const FontDescription& description, int& familyIndex, FontSelector* fontSelector) argument
H A DFont.cpp146 Font::Font(const FontPlatformData& fontData, PassRefPtr<FontSelector> fontSelector) argument
262 static void makeFontGlyphsCacheKey(FontGlyphsCacheKey& key, const FontDescription& description, FontSelector* fontSelector) argument
299 retrieveOrAddCachedFontGlyphs(const FontDescription& fontDescription, PassRefPtr<FontSelector> fontSelector) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderCombineText.cpp109 FontSelector* fontSelector = style().font().fontSelector(); local
H A DRenderSearchField.cpp340 FontSelector* RenderSearchField::fontSelector() const function in class:WebCore::RenderSearchField
H A DRenderMenuList.cpp665 FontSelector* RenderMenuList::fontSelector() const function in class:RenderMenuList
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasRenderingContext2D.cpp257 void CanvasRenderingContext2D::State::fontsNeedUpdate(FontSelector* fontSelector) argument
[all...]

Completed in 127 milliseconds