Home
last modified time | relevance | path

Searched refs:CGFontRef (Results 1 – 16 of 16) sorted by relevance

/external/webkit/WebCore/platform/graphics/mac/
DFontPlatformData.h35 typedef struct CGFont* CGFontRef; typedef
66 FontPlatformData(CGFontRef f, ATSUFontID fontID, float s, bool b , bool o) in FontPlatformData()
108 CGFontRef cgFont() const { return m_cgFont.get(); } in cgFont()
110 CGFontRef cgFont() const { return m_cgFont; } in cgFont()
118 RetainPtr<CGFontRef> m_cgFont;
120CGFontRef m_cgFont; // It is not necessary to refcount this, since either an NSFont owns it or som…
DFontCustomPlatformData.h27 typedef struct CGFont* CGFontRef; typedef
37 FontCustomPlatformData(ATSFontContainerRef container, ATSFontRef atsFont, CGFontRef cgFont) in FontCustomPlatformData()
46 CGFontRef m_cgFont;
DFontCustomPlatformData.cpp68 CGFontRef cgFontRef = CGFontCreateWithPlatformFont(&fontRef); in createFontCustomPlatformData()
/external/webkit/WebCore/platform/graphics/win/
DFontCustomPlatformData.h28 typedef struct CGFont* CGFontRef; typedef
36 FontCustomPlatformData(CGFontRef cgFont, HANDLE fontReference, const String& name) in FontCustomPlatformData()
47 CGFontRef m_cgFont;
DFontPlatformData.h37 typedef struct CGFont* CGFontRef; typedef
64 FontPlatformData(HFONT, CGFontRef, float size, bool bold, bool oblique, bool useGDI);
75 CGFontRef cgFont() const { return m_cgFont.get(); } in cgFont()
134 RetainPtr<CGFontRef> m_cgFont;
DSimpleFontDataCGWin.cpp63 CGFontRef font = m_font.cgFont(); in platformInit()
129 CGFontRef font = m_font.cgFont(); in platformWidthForGlyph()
DFontPlatformDataCGWin.cpp130 FontPlatformData::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique… in FontPlatformData()
DFontCustomPlatformData.cpp200 CGFontRef cgFont = CGFontCreateWithDataProvider(dataProvider.get()); in createFontCustomPlatformData()
/external/webkit/WebCore/platform/mac/
DWebCoreSystemInterface.h97 extern BOOL (*wkGetGlyphTransformedAdvances)(CGFontRef, NSFont*, CGAffineTransform*, ATSGlyphRef*, …
126 extern void (*wkGetGlyphsForCharacters)(CGFontRef, const UniChar[], CGGlyph[], size_t);
132 extern CFStringRef (*wkCopyFullFontName)(CGFontRef font);
134 extern CGFontRef (*wkGetCGFontFromNSFont)(NSFont*);
135 extern void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* units…
DWebCoreSystemInterface.mm40 BOOL (*wkGetGlyphTransformedAdvances)(CGFontRef, NSFont*, CGAffineTransform*, ATSGlyphRef*, CGSize*…
78 void (*wkGetGlyphsForCharacters)(CGFontRef, const UniChar[], CGGlyph[], size_t);
82 CFStringRef (*wkCopyFullFontName)(CGFontRef font);
84 CGFontRef (*wkGetCGFontFromNSFont)(NSFont*); function
85 void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* unitsPerEm);
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
DWebKitSystemInterface.h38 typedef struct CGFont* CGFontRef; typedef
51 void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont,…
52 void wkGetGlyphs(CGFontRef, const UChar[], CGGlyph[], size_t count);
/external/webkit/WebKitLibraries/
DWebKitSystemInterface.h114 BOOL WKGetGlyphTransformedAdvances(CGFontRef, NSFont*, CGAffineTransform *m, ATSGlyphRef *glyph, CG…
122 void WKGetFontMetrics(CGFontRef font, int *ascent, int *descent, int *lineGap, unsigned *unitsPerEm…
124 CGFontRef WKGetCGFontFromNSFont(NSFont *font);
128 CFStringRef WKCopyFullFontName(CGFontRef font);
135 void WKGetGlyphsForCharacters(CGFontRef, const UniChar[], CGGlyph[], size_t);
/external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
Dfontprops.cpp40 CGFontRef cgFont; in wxFontProperties()
/external/webkit/WebCore/
DChangeLog-2008-08-1036017 the CGFontRef to the FontPlatformData constructor. Added a rendering
36036 own the CGFontRef and the HFONT by turning these data members into a
36038 Added an HFONT parameter to the CGFontRef-based constructor.
36050 ownership of the CGFontRef created here.
DChangeLog-2007-10-1424895 valid CGFontRef back from CG, as CG and GDI should agree on the fonts
/external/webkit/WebKit/mac/
DChangeLog-2006-02-099111 Use CGFontRef direction when both getting font metrics and drawing