Searched refs:cgFontRef (Results 1 – 1 of 1) sorted by relevance
58 RetainPtr<CGFontRef> cgFontRef; in createFontCustomPlatformData() local64 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()