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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontSelector.h42 virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString& familyName) = 0;
H A DFontCache.h111 PassRefPtr<FontData> getFontData(const FontDescription&, int& familyIndex, FontSelector*);
H A DFontCache.cpp457 PassRefPtr<FontData> FontCache::getFontData(const FontDescription& description, int& familyIndex, FontSelector* fontSelector) function in class:WebCore::FontCache
469 result = fontSelector->getFontData(description, family);
490 if (RefPtr<FontData> data = fontSelector->getFontData(description, standardFamily))
H A DFontGlyphs.cpp107 // in |m_familyIndex|, so that we never scan the same spot in the list twice. getFontData will adjust our
110 RefPtr<FontData> result = fontCache()->getFontData(description, m_familyIndex, m_fontSelector.get());
/macosx-10.9.5/WebCore-7537.78.1/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.h54 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.h59 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.cpp97 PassRefPtr<SimpleFontData> CSSFontFaceSource::getFontData(const FontDescription& fontDescription, bool syntheticBold, bool syntheticItalic, CSSFontSelector* fontSelector) function in class:WebCore::CSSFontFaceSource
H A DCSSFontSelector.cpp483 PassRefPtr<FontData> CSSFontSelector::getFontData(const FontDescription& fontDescription, const AtomicString& familyName)
504 return face->getFontData(fontDescription);

Completed in 70 milliseconds