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

/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontPlatformData.h55 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); } argument
166 NSFont* nsFont() const { return m_nsFont; } function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/
H A DFontPlatformData.h105 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); } argument
302 // Load various data about the font specified by |nsFont| with the size fontSize into the following output paramters:
304 // font as |nsFont|. This because the sandbox may block loading of the original font.
305 // * outNSFont - The font that was actually loaded, for the Chromium port this may be different than nsFont.

Completed in 74 milliseconds