Home
last modified time | relevance | path

Searched defs:cgFont (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformDataWx.cpp163 CGFontRef FontPlatformData::cgFont() const in cgFont() function in WebCore::FontPlatformData
165 CGFontRef cgFont = 0; in cgFont() local
/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h185 …FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrie… in FontPlatformData()
223 CGFontRef cgFont() const { return m_cgFont.get(); } in cgFont() function
225 CGFontRef cgFont() const { return m_cgFont; } in cgFont() function
232 CGFontRef cgFont() const { return m_cgFont.get(); } in cgFont() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DCrossProcessFontLoading.h80 CGFontRef cgFont() { return m_cgFont.get(); } in cgFont() function
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
Dnon-kerned-drawing.cpp55 CGFontRef cgFont = font->platformData().cgFont(); in drawTextWithSpacing() local
/external/webkit/Source/WebCore/platform/graphics/mac/
DGlyphPageTreeNodeMac.cpp89 …RetainPtr<CGFontRef> cgFont(AdoptCF, CTFontCopyGraphicsFont(fontData->platformData().ctFont(), 0)); in fill() local
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCustomPlatformData.cpp90 RetainPtr<CGFontRef> cgFont(AdoptCF, CGFontCreateWithPlatformFont(&logFont)); in fontPlatformData() local
/external/skia/src/ports/
DSkFontHost_mac_coretext.cpp284 static SkScalar getFontScale(CGFontRef cgFont) { in getFontScale()
383 AutoCFRelease<CGFontRef> cgFont(CTFontCopyGraphicsFont(fontRef, NULL)); in CTFontRef_to_SkFontID() local
1832 AutoCFRelease<CGFontRef> cgFont(CTFontCopyGraphicsFont(ctFont, NULL)); in copyTableFromFont() local
/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() local
1964 CGFontRef cgFont = CTFontCopyGraphicsFont(ctFont, NULL); in copyTableFromFont() local