CGFontRef          46 Source/platform/fonts/FontCustomPlatformData.h typedef struct CGFont* CGFontRef;
CGFontRef          68 Source/platform/fonts/FontCustomPlatformData.h     explicit FontCustomPlatformData(CGFontRef, PassRefPtr<SkTypeface>);
CGFontRef          69 Source/platform/fonts/FontCustomPlatformData.h     RetainPtr<CGFontRef> m_cgFont;
CGFontRef          89 Source/platform/fonts/FontPlatformData.cpp FontPlatformData::FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant)
CGFontRef          41 Source/platform/fonts/FontPlatformData.h typedef struct CGFont* CGFontRef;
CGFontRef          61 Source/platform/fonts/FontPlatformData.h typedef struct CGFont* CGFontRef;
CGFontRef          92 Source/platform/fonts/FontPlatformData.h     FontPlatformData(CGFontRef, float size, bool syntheticBold, bool syntheticOblique, FontOrientation, FontWidthVariant);
CGFontRef         103 Source/platform/fonts/FontPlatformData.h     CGFontRef cgFont() const { return m_cgFont.get(); }
CGFontRef         179 Source/platform/fonts/FontPlatformData.h     void loadFont(NSFont*, float fontSize, NSFont*& outNSFont, CGFontRef&);
CGFontRef         196 Source/platform/fonts/FontPlatformData.h     RetainPtr<CGFontRef> m_cgFont;
CGFontRef         111 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp     CGFontRef cgFont = reinterpret_cast<CGFontRef>(userData);
CGFontRef          35 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp FontCustomPlatformData::FontCustomPlatformData(CGFontRef cgFont, PassRefPtr<SkTypeface> typeface)
CGFontRef          62 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp     RetainPtr<CGFontRef> cgFontRef(AdoptCF, CGFontCreateWithDataProvider(dataProvider.get()));
CGFontRef          40 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp void CGFontGetGlyphsForUnichars(CGFontRef font, const UniChar chars[], CGGlyph glyphs[], size_t length);
CGFontRef         117 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp         RetainPtr<CGFontRef> cgFont(AdoptCF, CTFontCopyGraphicsFont(fontData->platformData().ctFont(), 0));
CGFontRef         127 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp             RetainPtr<CGFontRef> runCGFont(AdoptCF, CTFontCopyGraphicsFont(runFont, 0));
CGFontRef          38 Source/platform/fonts/mac/MemoryActivatedFont.h typedef struct CGFont* CGFontRef;
CGFontRef          75 Source/platform/fonts/mac/MemoryActivatedFont.h     static PassRefPtr<MemoryActivatedFont> create(uint32_t fontID, NSFont*, CGFontRef);
CGFontRef          79 Source/platform/fonts/mac/MemoryActivatedFont.h     CGFontRef cgFont() { return m_cgFont.get(); }
CGFontRef          86 Source/platform/fonts/mac/MemoryActivatedFont.h     MemoryActivatedFont(uint32_t fontID, NSFont*, CGFontRef);
CGFontRef          88 Source/platform/fonts/mac/MemoryActivatedFont.h     WTF::RetainPtr<CGFontRef> m_cgFont;
CGFontRef          34 public/platform/mac/WebSandboxSupport.h typedef struct CGFont* CGFontRef;
CGFontRef          56 public/platform/mac/WebSandboxSupport.h     virtual bool loadFont(NSFont* srcFont, CGFontRef* out, uint32_t* fontID) = 0;