Searched defs:cgFont (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontCustomPlatformData.h44 FontCustomPlatformData(ATSFontContainerRef container, CGFontRef cgFont) argument
46 , m_cgFont(cgFont)
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DCrossProcessFontLoading.h80 CGFontRef cgFont() { return m_cgFont.get(); } function in class:WebCore::MemoryActivatedFont
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontPlatformDataWx.cpp163 CGFontRef FontPlatformData::cgFont() const function in class:WebCore::FontPlatformData
165 CGFontRef cgFont = 0; local
167 cgFont = CTFontCopyGraphicsFont((CTFontRef)m_font->font()->OSXGetCTFont(), 0);
174 cgFont = CGFontCreateWithPlatformFont((void*)&fontRef);
176 return cgFont;
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
H A Dnon-kerned-drawing.cpp55 CGFontRef cgFont = font->platformData().cgFont(); local
57 CGContextSetFont(cgContext, cgFont);
75 if (cgFont)
76 CGFontRelease(cgFont);
/external/webkit/Source/WebCore/platform/graphics/
H A DFontPlatformData.h185 FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, argument
194 , m_cgFont(cgFont)
223 CGFontRef cgFont() const { return m_cgFont.get(); } function in class:WebCore::FontPlatformData
225 CGFontRef cgFont() const { return m_cgFont; } function in class:WebCore::FontPlatformData
232 CGFontRef cgFont() const { return m_cgFont.get(); } function in class:WebCore::FontPlatformData
307 // * cgFont - CGFontRef representing the input font at the specified point size.
/external/skia/src/ports/
H A DSkFontHost_mac_coretext.cpp261 static SkScalar getFontScale(CGFontRef cgFont) { argument
262 int unitsPerEm = CGFontGetUnitsPerEm(cgFont);
345 CGFontRef cgFont = CTFontCopyGraphicsFont(fontRef, NULL); local
346 AutoCFDataRelease headRef(CGFontCopyTableForTag(cgFont, 'head'));
357 CGFontRelease(cgFont);
1964 CGFontRef cgFont = CTFontCopyGraphicsFont(ctFont, NULL); local
1965 data = CGFontCopyTableForTag(cgFont, tag);
1966 CGFontRelease(cgFont);

Completed in 214 milliseconds