/external/webkit/Source/WebCore/platform/graphics/ |
D | FontPlatformData.h | 66 typedef struct CGFont* CGFontRef; typedef 90 typedef struct CGFont* CGFontRef; typedef 185 …FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrie… in FontPlatformData() 203 …FontPlatformData(HFONT, CGFontRef, float size, bool syntheticBold, bool syntheticOblique, bool use… 223 CGFontRef cgFont() const { return m_cgFont.get(); } in cgFont() 225 CGFontRef cgFont() const { return m_cgFont; } in cgFont() 232 CGFontRef cgFont() const { return m_cgFont.get(); } in cgFont() 308 void loadFont(NSFont*, float fontSize, NSFont*& outNSFont, CGFontRef&); 335 RetainPtr<CGFontRef> m_cgFont; 338 RetainPtr<CGFontRef> m_cgFont; [all …]
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | FontCustomPlatformData.h | 32 typedef struct CGFont* CGFontRef; typedef 44 FontCustomPlatformData(ATSFontContainerRef container, CGFontRef cgFont) in FontCustomPlatformData() 57 CGFontRef m_cgFont;
|
D | GlyphPageTreeNodeMac.cpp | 89 …RetainPtr<CGFontRef> cgFont(AdoptCF, CTFontCopyGraphicsFont(fontData->platformData().ctFont(), 0)); in fill() 99 RetainPtr<CGFontRef> runCGFont(AdoptCF, CTFontCopyGraphicsFont(runFont, 0)); in fill()
|
D | FontCustomPlatformData.cpp | 70 RetainPtr<CGFontRef> cgFontRef; in createFontCustomPlatformData()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | CrossProcessFontLoading.h | 37 typedef struct CGFont* CGFontRef; typedef 80 CGFontRef cgFont() { return m_cgFont.get(); } in cgFont() 93 WTF::RetainPtr<CGFontRef> m_cgFont;
|
D | CrossProcessFontLoading.mm | 76 bool isLastResortFont(CGFontRef cgFont) 180 // * cgFont - on output this contains the CGFontRef corresponding to the NSFont 184 void FontPlatformData::loadFont(NSFont* nsFont, float fontSize, NSFont*& outNSFont, CGFontRef& cgFo… 189 // Release old CGFontRef since it points at the LastResort font which we don't want.
|
/external/webkit/Source/WebCore/platform/mac/ |
D | WebCoreSystemInterface.h | 116 extern BOOL (*wkGetGlyphTransformedAdvances)(CGFontRef, NSFont*, CGAffineTransform*, ATSGlyphRef*, … 166 extern void (*wkGetGlyphsForCharacters)(CGFontRef, const UniChar[], CGGlyph[], size_t); 172 extern CFStringRef (*wkCopyFullFontName)(CGFontRef font); 174 extern CGFontRef (*wkGetCGFontFromNSFont)(NSFont*); 175 extern void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* units…
|
D | WebCoreSystemInterface.mm | 43 BOOL (*wkGetGlyphTransformedAdvances)(CGFontRef, NSFont*, CGAffineTransform*, ATSGlyphRef*, CGSize*… 102 void (*wkGetGlyphsForCharacters)(CGFontRef, const UniChar[], CGGlyph[], size_t); 106 CFStringRef (*wkCopyFullFontName)(CGFontRef font); 108 CGFontRef (*wkGetCGFontFromNSFont)(NSFont*); function 109 void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* unitsPerEm);
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | FontPlatformDataWx.cpp | 163 CGFontRef FontPlatformData::cgFont() const in cgFont() 165 CGFontRef cgFont = 0; in cgFont()
|
D | FontPlatformData.h | 165 CGFontRef cgFont() const;
|
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/ |
D | WebKitSystemInterface.h | 45 typedef struct CGFont* CGFontRef; typedef 78 void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont,… 79 void wkGetGlyphs(CGFontRef, const UChar[], CGGlyph[], size_t count);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | SimpleFontDataCGWin.cpp | 62 CGFontRef font = m_platformData.cgFont(); in platformInit() 146 CGFontRef font = m_platformData.cgFont(); in platformWidthForGlyph()
|
D | FontCustomPlatformData.h | 32 typedef struct CGFont* CGFontRef; typedef
|
D | FontPlatformDataCGWin.cpp | 117 FontPlatformData::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique… in FontPlatformData()
|
D | FontCustomPlatformData.cpp | 90 RetainPtr<CGFontRef> cgFont(AdoptCF, CGFontCreateWithPlatformFont(&logFont)); in fontPlatformData()
|
/external/webkit/WebKitLibraries/ |
D | WebKitSystemInterface.h | 138 BOOL WKGetGlyphTransformedAdvances(CGFontRef, NSFont*, CGAffineTransform *m, ATSGlyphRef *glyph, CG… 146 void WKGetFontMetrics(CGFontRef font, int *ascent, int *descent, int *lineGap, unsigned *unitsPerEm… 148 CGFontRef WKGetCGFontFromNSFont(NSFont *font); 152 CFStringRef WKCopyFullFontName(CGFontRef font); 160 void WKGetGlyphsForCharacters(CGFontRef, const UniChar[], CGGlyph[], size_t);
|
/external/harfbuzz_ng/src/ |
D | hb-coretext.h | 37 CGFontRef
|
D | hb-coretext.cc | 49 CGFontRef cg_font; 94 CGFontRef
|
/external/webkit/Source/WebCore/platform/graphics/cocoa/ |
D | FontPlatformDataCocoa.mm | 37 void FontPlatformData::loadFont(NSFont* nsFont, float, NSFont*& outNSFont, CGFontRef& cgFont) 67 CGFontRef cgFont = 0; 135 CGFontRef cgFont = 0;
|
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/ |
D | non-kerned-drawing.cpp | 55 CGFontRef cgFont = font->platformData().cgFont(); in drawTextWithSpacing()
|
D | fontprops.mm | 46 CGFontRef cgFont;
|
/external/skia/gm/ |
D | gammatext.cpp | 59 static CGFontRef typefaceToCGFont(const SkTypeface* face) { in typefaceToCGFont()
|
/external/skia/src/ports/ |
D | SkFontHost_mac_coretext.cpp | 88 AutoCGTable(CGFontRef font) in AutoCGTable() 284 static SkScalar getFontScale(CGFontRef cgFont) { in getFontScale() 383 AutoCFRelease<CGFontRef> cgFont(CTFontCopyGraphicsFont(fontRef, NULL)); in CTFontRef_to_SkFontID() 631 AutoCFRelease<CGFontRef> fCGFont; 1351 AutoCFRelease<CGFontRef> cg(CGFontCreateWithDataProvider(provider)); in create_from_dataProvider() 1832 AutoCFRelease<CGFontRef> cgFont(CTFontCopyGraphicsFont(ctFont, NULL)); in copyTableFromFont()
|
/external/skia/legacy/src/ports/ |
D | SkFontHost_mac_coretext.cpp | 261 static SkScalar getFontScale(CGFontRef cgFont) { in getFontScale() 345 CGFontRef cgFont = CTFontCopyGraphicsFont(fontRef, NULL); in CTFontRef_to_SkFontID() 607 CGFontRef fCGFont; 1494 CGFontRef cg = CGFontCreateWithDataProvider(provider); in create_from_dataProvider() 1964 CGFontRef cgFont = CTFontCopyGraphicsFont(ctFont, NULL); in copyTableFromFont()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PlatformBridge.h | 54 typedef struct CGFont* CGFontRef; typedef
|