CTFontRef          42 Source/platform/fonts/FontPlatformData.h typedef const struct __CTFont* CTFontRef;
CTFontRef          62 Source/platform/fonts/FontPlatformData.h typedef const struct __CTFont* CTFontRef;
CTFontRef          78 Source/platform/fonts/FontPlatformData.h inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); }
CTFontRef         104 Source/platform/fonts/FontPlatformData.h     CTFontRef ctFont() const;
CTFontRef         197 Source/platform/fonts/FontPlatformData.h     mutable RetainPtr<CTFontRef> m_CTFont;
CTFontRef          50 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp     CTFontRef ctFont = reinterpret_cast<FontPlatformData*>(fontData)->ctFont();
CTFontRef          63 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp     CTFontRef ctFont = reinterpret_cast<FontPlatformData*>(fontData)->ctFont();
CTFontRef          76 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp     CTFontRef ctFont = reinterpret_cast<FontPlatformData*>(fontData)->ctFont();
CTFontRef         126 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp             CTFontRef runFont = static_cast<CTFontRef>(CFDictionaryGetValue(attributes, kCTFontAttributeName));