HomeSort by relevance Sort by last modified time
    Searched refs:CTFontRef (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/platform/graphics/mac/
FontPlatformData.h 37 typedef const struct __CTFont* CTFontRef;
51 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); }
SimpleFontDataMac.mm 438 CTFontRef SimpleFontData::getCTFont() const
  /external/webkit/WebCore/platform/graphics/
SimpleFontData.h 124 CTFontRef getCTFont() const;
225 mutable RetainPtr<CTFontRef> m_CTFont;
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 66 cgFont = CTFontCopyGraphicsFont((CTFontRef)wxfont->OSXGetCTFont(), NULL);
fontprops.mm 52 cgFont = CTFontCopyGraphicsFont((CTFontRef)font->OSXGetCTFont(), NULL);

Completed in 465 milliseconds