Searched refs:getFontData (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontSelector.h44 virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString& familyName) = 0;
H A DFontCache.h115 PassRefPtr<FontData> getFontData(const FontDescription&, int& familyIndex, FontSelector*);
H A DFontCache.cpp554 PassRefPtr<FontData> FontCache::getFontData(const FontDescription& description, int& familyIndex, FontSelector* fontSelector) function in class:WebCore::FontCache
566 result = fontSelector->getFontData(description, family);
587 if (RefPtr<FontData> data = fontSelector->getFontData(description, standardFamily))
H A DFontGlyphs.cpp118 // in |m_familyIndex|, so that we never scan the same spot in the list twice. getFontData will adjust our
121 RefPtr<FontData> result = fontCache().getFontData(description, m_familyIndex, m_fontSelector.get());
/macosx-10.10/WebKit-7600.1.25/ios/Misc/
H A DEmojiFallbackFontSelector.h36 virtual PassRefPtr<WebCore::FontData> getFontData(const WebCore::FontDescription&, const AtomicString& familyName) override { ASSERT_NOT_REACHED(); return 0; }
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSSegmentedFontFace.cpp116 PassRefPtr<FontData> CSSSegmentedFontFace::getFontData(const FontDescription& fontDescription) function in class:WebCore::CSSSegmentedFontFace
141 if (RefPtr<SimpleFontData> faceFontData = m_fontFaces[i]->getFontData(fontDescription, syntheticBold, syntheticItalic)) {
175 getFontData(fontDescription); // Kick off the load.
H A DCSSFontFaceSource.h61 PassRefPtr<SimpleFontData> getFontData(const FontDescription&, bool syntheticBold, bool syntheticItalic, CSSFontSelector*);
H A DCSSSegmentedFontFace.h53 PassRefPtr<FontData> getFontData(const FontDescription&);
H A DCSSFontFace.cpp111 PassRefPtr<SimpleFontData> CSSFontFace::getFontData(const FontDescription& fontDescription, bool syntheticBold, bool syntheticItalic) function in class:WebCore::CSSFontFace
127 if (RefPtr<SimpleFontData> result = m_sources[i]->getFontData(fontDescription, syntheticBold, syntheticItalic, fontSelector)) {
H A DCSSFontSelector.h61 virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString&) override;
H A DCSSFontFace.h68 PassRefPtr<SimpleFontData> getFontData(const FontDescription&, bool syntheticBold, bool syntheticItalic);
H A DCSSFontFaceSource.cpp98 PassRefPtr<SimpleFontData> CSSFontFaceSource::getFontData(const FontDescription& fontDescription, bool syntheticBold, bool syntheticItalic, CSSFontSelector* fontSelector) function in class:WebCore::CSSFontFaceSource
H A DCSSFontSelector.cpp476 PassRefPtr<FontData> CSSFontSelector::getFontData(const FontDescription& fontDescription, const AtomicString& familyName)
497 return face->getFontData(fontDescription);

Completed in 144 milliseconds