Home
last modified time | relevance | path

Searched defs:nsFont (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformData.h55 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); } in toCTFontRef()
166 NSFont* nsFont() const { return m_nsFont; } in nsFont() function
/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h105 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); } in toCTFontRef()