Home | History | Annotate | Download | only in graphics

Lines Matching defs:CGFontRef

66 typedef struct CGFont* CGFontRef;
90 typedef struct CGFont* CGFontRef;
185 FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation,
203 FontPlatformData(HFONT, CGFontRef, float size, bool syntheticBold, bool syntheticOblique, bool useGDI);
223 CGFontRef cgFont() const { return m_cgFont.get(); }
225 CGFontRef cgFont() const { return m_cgFont; }
232 CGFontRef cgFont() const { return m_cgFont.get(); }
307 // * cgFont - CGFontRef representing the input font at the specified point size.
308 void loadFont(NSFont*, float fontSize, NSFont*& outNSFont, CGFontRef&);
335 RetainPtr<CGFontRef> m_cgFont;
338 RetainPtr<CGFontRef> m_cgFont;
340 CGFontRef m_cgFont; // It is not necessary to refcount this, since either an NSFont owns it or some CachedFont has it referenced.