Home
last modified time | relevance | path

Searched refs:toCTFontRef (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cocoa/
DFontPlatformDataCocoa.mm41 cgFont = CTFontCopyGraphicsFont(toCTFontRef(nsFont), 0);
60 , m_isColorBitmapFont(CTFontGetSymbolicTraits(toCTFontRef(nsFont)) & kCTFontColorGlyphsTrait)
155 m_isColorBitmapFont = CTFontGetSymbolicTraits(toCTFontRef(m_font)) & kCTFontColorGlyphsTrait;
194 return toCTFontRef(m_font);
/external/webkit/Source/WebCore/platform/graphics/chromium/
DCrossProcessFontLoading.mm65 ATSFontRef fontRef = CTFontGetPlatformFont(toCTFontRef(srcFont), 0);
187 cgFont = CTFontCopyGraphicsFont(toCTFontRef(outNSFont), 0);
205 cgFont = CTFontCopyGraphicsFont(toCTFontRef(outNSFont), 0);
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformData.h55 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); } in toCTFontRef() function
/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h105 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); } in toCTFontRef() function
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm115 ATSFontRef atsFont = FMGetATSFontRefFromFont(CTFontGetPlatformFont(toCTFontRef(font), 0));
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2413015 (toCTFontRef):
DChangeLog37431 (WebCore::toCTFontRef):
DChangeLog-2008-08-1041709 (WebCore::toCTFontRef): Added a function that encapsulates the
DChangeLog-2010-12-0667655 (WebCore::toCTFontRef):