Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h66 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/
DFontCustomPlatformData.h32 typedef struct CGFont* CGFontRef; typedef
44 FontCustomPlatformData(ATSFontContainerRef container, CGFontRef cgFont) in FontCustomPlatformData()
57 CGFontRef m_cgFont;
DGlyphPageTreeNodeMac.cpp89 …RetainPtr<CGFontRef> cgFont(AdoptCF, CTFontCopyGraphicsFont(fontData->platformData().ctFont(), 0)); in fill()
99 RetainPtr<CGFontRef> runCGFont(AdoptCF, CTFontCopyGraphicsFont(runFont, 0)); in fill()
DFontCustomPlatformData.cpp70 RetainPtr<CGFontRef> cgFontRef; in createFontCustomPlatformData()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DCrossProcessFontLoading.h37 typedef struct CGFont* CGFontRef; typedef
80 CGFontRef cgFont() { return m_cgFont.get(); } in cgFont()
93 WTF::RetainPtr<CGFontRef> m_cgFont;
DCrossProcessFontLoading.mm76 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/
DWebCoreSystemInterface.h116 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…
DWebCoreSystemInterface.mm43 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/
DFontPlatformDataWx.cpp163 CGFontRef FontPlatformData::cgFont() const in cgFont()
165 CGFontRef cgFont = 0; in cgFont()
DFontPlatformData.h165 CGFontRef cgFont() const;
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
DWebKitSystemInterface.h45 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/
DSimpleFontDataCGWin.cpp62 CGFontRef font = m_platformData.cgFont(); in platformInit()
146 CGFontRef font = m_platformData.cgFont(); in platformWidthForGlyph()
DFontCustomPlatformData.h32 typedef struct CGFont* CGFontRef; typedef
DFontPlatformDataCGWin.cpp117 FontPlatformData::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique… in FontPlatformData()
DFontCustomPlatformData.cpp90 RetainPtr<CGFontRef> cgFont(AdoptCF, CGFontCreateWithPlatformFont(&logFont)); in fontPlatformData()
/external/webkit/WebKitLibraries/
DWebKitSystemInterface.h138 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/
Dhb-coretext.h37 CGFontRef
Dhb-coretext.cc49 CGFontRef cg_font;
94 CGFontRef
/external/webkit/Source/WebCore/platform/graphics/cocoa/
DFontPlatformDataCocoa.mm37 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/
Dnon-kerned-drawing.cpp55 CGFontRef cgFont = font->platformData().cgFont(); in drawTextWithSpacing()
Dfontprops.mm46 CGFontRef cgFont;
/external/skia/gm/
Dgammatext.cpp59 static CGFontRef typefaceToCGFont(const SkTypeface* face) { in typefaceToCGFont()
/external/skia/src/ports/
DSkFontHost_mac_coretext.cpp88 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/
DSkFontHost_mac_coretext.cpp261 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/
DPlatformBridge.h54 typedef struct CGFont* CGFontRef; typedef

12