Searched defs:CTFontRef (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontPlatformData.h51 typedef const struct __CTFont* CTFontRef; typedef in typeref:struct:__CTFont
57 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); }
94 CTFontRef ctFont() const;
172 bool isAATFont(CTFontRef) const;
194 mutable RetainPtr<CTFontRef> m_CTFont;

Completed in 126 milliseconds