Searched defs:cgFont (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | FontPlatformDataWx.cpp | 163 CGFontRef FontPlatformData::cgFont() const in cgFont() function in WebCore::FontPlatformData 165 CGFontRef cgFont = 0; in cgFont() local
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FontPlatformData.h | 185 …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/ |
D | CrossProcessFontLoading.h | 80 CGFontRef cgFont() { return m_cgFont.get(); } in cgFont() function
|
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/ |
D | non-kerned-drawing.cpp | 55 CGFontRef cgFont = font->platformData().cgFont(); in drawTextWithSpacing() local
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | GlyphPageTreeNodeMac.cpp | 89 …RetainPtr<CGFontRef> cgFont(AdoptCF, CTFontCopyGraphicsFont(fontData->platformData().ctFont(), 0)); in fill() local
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | FontCustomPlatformData.cpp | 90 RetainPtr<CGFontRef> cgFont(AdoptCF, CGFontCreateWithPlatformFont(&logFont)); in fontPlatformData() local
|
/external/skia/src/ports/ |
D | SkFontHost_mac_coretext.cpp | 284 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/ |
D | SkFontHost_mac_coretext.cpp | 261 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
|