Searched defs:getFontData (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebCore/css/ | ||
D | CSSFontFace.cpp | 98 SimpleFontData* CSSFontFace::getFontData(const FontDescription& fontDescription, bool syntheticBold… in getFontData() function in WebCore::CSSFontFace |
D | CSSFontFaceSource.cpp | 99 SimpleFontData* CSSFontFaceSource::getFontData(const FontDescription& fontDescription, bool synthet… in getFontData() function in WebCore::CSSFontFaceSource |
D | CSSSegmentedFontFace.cpp | 94 FontData* CSSSegmentedFontFace::getFontData(const FontDescription& fontDescription) in getFontData() function in WebCore::CSSSegmentedFontFace |
D | CSSFontSelector.cpp | 467 FontData* CSSFontSelector::getFontData(const FontDescription& fontDescription, const AtomicString& … in getFontData() function in WebCore::CSSFontSelector |
/external/webkit/WebCore/platform/graphics/ | ||
D | FontCache.cpp | 362 const FontData* FontCache::getFontData(const Font& font, int& familyIndex, FontSelector* fontSelect… in getFontData() function in WebCore::FontCache |