HomeSort by relevance Sort by last modified time
    Searched defs:CGFontRef (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/mac/
WebSandboxSupport.h 34 typedef struct CGFont* CGFontRef;
56 virtual bool loadFont(NSFont* srcFont, CGFontRef* out, uint32_t* fontID) = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCustomPlatformData.h 46 typedef struct CGFont* CGFontRef;
68 explicit FontCustomPlatformData(CGFontRef, PassRefPtr<SkTypeface>);
69 RetainPtr<CGFontRef> m_cgFont;
FontPlatformData.h 50 typedef struct CGFont* CGFontRef;
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/
MemoryActivatedFont.h 38 typedef struct CGFont* CGFontRef;
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/
ppapi_webkitplatformsupport_impl.cc 37 typedef struct CGFont* CGFontRef;
50 NSFont* srcFont, CGFontRef* out, uint32_t* fontID);
89 CGFontRef* out,

Completed in 111 milliseconds