/external/webkit/WebCore/platform/graphics/mac/ |
D | FontPlatformData.h | 35 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; 120 …CGFontRef m_cgFont; // It is not necessary to refcount this, since either an NSFont owns it or som…
|
D | FontCustomPlatformData.h | 27 typedef struct CGFont* CGFontRef; typedef 37 FontCustomPlatformData(ATSFontContainerRef container, ATSFontRef atsFont, CGFontRef cgFont) in FontCustomPlatformData() 46 CGFontRef m_cgFont;
|
D | FontCustomPlatformData.cpp | 68 CGFontRef cgFontRef = CGFontCreateWithPlatformFont(&fontRef); in createFontCustomPlatformData()
|
/external/webkit/WebCore/platform/graphics/win/ |
D | FontCustomPlatformData.h | 28 typedef struct CGFont* CGFontRef; typedef 36 FontCustomPlatformData(CGFontRef cgFont, HANDLE fontReference, const String& name) in FontCustomPlatformData() 47 CGFontRef m_cgFont;
|
D | FontPlatformData.h | 37 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;
|
D | SimpleFontDataCGWin.cpp | 63 CGFontRef font = m_font.cgFont(); in platformInit() 129 CGFontRef font = m_font.cgFont(); in platformWidthForGlyph()
|
D | FontPlatformDataCGWin.cpp | 130 FontPlatformData::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique… in FontPlatformData()
|
D | FontCustomPlatformData.cpp | 200 CGFontRef cgFont = CGFontCreateWithDataProvider(dataProvider.get()); in createFontCustomPlatformData()
|
/external/webkit/WebCore/platform/mac/ |
D | WebCoreSystemInterface.h | 97 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…
|
D | WebCoreSystemInterface.mm | 40 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/ |
D | WebKitSystemInterface.h | 38 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/ |
D | WebKitSystemInterface.h | 114 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/ |
D | fontprops.cpp | 40 CGFontRef cgFont; in wxFontProperties()
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 36017 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.
|
D | ChangeLog-2007-10-14 | 24895 valid CGFontRef back from CG, as CG and GDI should agree on the fonts
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 9111 Use CGFontRef direction when both getting font metrics and drawing
|