Searched defs:HFONT (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/win/
H A DWebSandboxSupport.h34 typedef struct HFONT__* HFONT; typedef in typeref:struct:HFONT__
47 virtual bool ensureFontLoaded(HFONT) = 0;
/external/webkit/Source/JavaScriptCore/wtf/
H A DOwnPtrCommon.h35 typedef struct HFONT__* HFONT; typedef in typeref:struct:HFONT__
66 void deleteOwnedPtr(HFONT);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontPlatformDataChromiumWin.h45 typedef struct HFONT__ *HFONT; typedef in typeref:struct:HFONT__
60 FontPlatformData(HFONT, float size);
70 HFONT hfont() const { return m_font ? m_font->hfont() : 0; }
94 // We refcount the internal HFONT so that FontPlatformData can be
96 // don't really want to re-create the HFONT.
99 static PassRefPtr<RefCountedHFONT> create(HFONT hfont)
106 HFONT hfont() const { return m_hfont; }
109 return StringHasher::hashMemory<sizeof(HFONT)>(&m_hfont);
120 RefCountedHFONT(HFONT hfont) : m_hfont(hfont)
124 HFONT m_hfon
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DFontPlatformData.h86 typedef struct HFONT__* HFONT; typedef in typeref:struct:HFONT__
201 FontPlatformData(HFONT, float size, bool syntheticBold, bool syntheticOblique, bool useGDI);
203 FontPlatformData(HFONT, CGFontRef, float size, bool syntheticBold, bool syntheticOblique, bool useGDI);
213 HFONT hfont() const { return m_font ? m_font->handle() : 0; }
311 void platformDataInit(HFONT, float size, HDC, WCHAR* faceName);
330 RefPtr<RefCountedGDIHandle<HFONT> > m_font;
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformBridge.h64 typedef struct HFONT__* HFONT; typedef in typeref:struct:HFONT__
150 static bool ensureFontLoaded(HFONT);

Completed in 98 milliseconds