Searched refs:createForPlatformFont (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontGlyphs.h72 static PassRef<FontGlyphs> createForPlatformFont(const FontPlatformData& platformData) { return adoptRef(*new FontGlyphs(platformData)); } function in class:WebCore::FontGlyphs
H A DFont.cpp128 : m_glyphs(FontGlyphs::createForPlatformFont(fontData))
147 : m_glyphs(FontGlyphs::createForPlatformFont(fontData))

Completed in 138 milliseconds