Searched refs:toCTFontRef (Results 1 – 9 of 9) sorted by relevance
41 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);
65 ATSFontRef fontRef = CTFontGetPlatformFont(toCTFontRef(srcFont), 0);187 cgFont = CTFontCopyGraphicsFont(toCTFontRef(outNSFont), 0);205 cgFont = CTFontCopyGraphicsFont(toCTFontRef(outNSFont), 0);
55 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); } in toCTFontRef() function
105 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); } in toCTFontRef() function
115 ATSFontRef atsFont = FMGetATSFontRefFromFont(CTFontGetPlatformFont(toCTFontRef(font), 0));
13015 (toCTFontRef):
37431 (WebCore::toCTFontRef):
41709 (WebCore::toCTFontRef): Added a function that encapsulates the
67655 (WebCore::toCTFontRef):