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

/external/chromium_org/third_party/WebKit/public/platform/mac/
H A DWebSandboxSupport.h34 typedef struct CGFont* CGFontRef; typedef in typeref:struct:CGFont
56 virtual bool loadFont(NSFont* srcFont, CGFontRef* out, uint32_t* fontID) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontCustomPlatformData.h46 typedef struct CGFont* CGFontRef; typedef in typeref:struct:CGFont
68 explicit FontCustomPlatformData(CGFontRef, PassRefPtr<SkTypeface>);
69 RetainPtr<CGFontRef> m_cgFont;
H A DFontPlatformData.h50 typedef struct CGFont* CGFontRef; typedef in typeref:struct:CGFont
82 FontPlatformData(CGFontRef, float size, bool syntheticBold, bool syntheticOblique, FontOrientation, FontWidthVariant);
93 CGFontRef cgFont() const { return m_cgFont.get(); }
168 // * cgFont - CGFontRef representing the input font at the specified point size.
169 void loadFont(NSFont*, float fontSize, NSFont*& outNSFont, CGFontRef&);
193 RetainPtr<CGFontRef> m_cgFont;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DMemoryActivatedFont.h38 typedef struct CGFont* CGFontRef; typedef in typeref:struct:CGFont
46 // * Holder for the CGFontRef & ATSFontRef belonging to the activated font.
75 static PassRefPtr<MemoryActivatedFont> create(uint32_t fontID, NSFont*, CGFontRef);
78 // Get cached CGFontRef corresponding to the in-memory font.
79 CGFontRef cgFont() { return m_cgFont.get(); }
86 MemoryActivatedFont(uint32_t fontID, NSFont*, CGFontRef);
88 WTF::RetainPtr<CGFontRef> m_cgFont;
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_webkitplatformsupport_impl.cc37 typedef struct CGFont* CGFontRef; typedef in typeref:struct:CGFont
50 NSFont* srcFont, CGFontRef* out, uint32_t* fontID);
89 CGFontRef* out,

Completed in 780 milliseconds