Home
last modified time | relevance | path

Searched refs:cgFontRef (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/mac/
DFontCustomPlatformData.cpp58 RetainPtr<CGFontRef> cgFontRef; in createFontCustomPlatformData() local
64 cgFontRef.adoptCF(CGFontCreateWithDataProvider(dataProvider.get())); in createFontCustomPlatformData()
65 if (!cgFontRef) in createFontCustomPlatformData()
89 cgFontRef.adoptCF(CGFontCreateWithPlatformFont(&fontRef)); in createFontCustomPlatformData()
92 if (cgFontRef && !CGFontGetNumberOfGlyphs(cgFontRef.get())) in createFontCustomPlatformData()
93 cgFontRef = 0; in createFontCustomPlatformData()
95 if (!cgFontRef) { in createFontCustomPlatformData()
101 return new FontCustomPlatformData(containerRef, fontRef, cgFontRef.releaseRef()); in createFontCustomPlatformData()