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

  /external/webkit/Source/WebKit/chromium/public/win/
WebSandboxSupport.h 34 typedef struct HFONT__* HFONT;
47 virtual bool ensureFontLoaded(HFONT) = 0;
  /external/webkit/Source/JavaScriptCore/wtf/
OwnPtrCommon.h 35 typedef struct HFONT__* HFONT;
66 void deleteOwnedPtr(HFONT);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataChromiumWin.h 45 typedef struct HFONT__ *HFONT;
60 FontPlatformData(HFONT, float size);
70 HFONT hfont() const { return m_font ? m_font->hfont() : 0; } function in class:WebCore::FontPlatformData
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)
101 return adoptRef(new RefCountedHFONT(hfont));
106 HFONT hfont() const { return m_hfont; } function in class:WebCore::FontPlatformData::RefCountedHFONT
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 86 typedef struct HFONT__* 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; } function in class:WebCore::FontPlatformData
311 void platformDataInit(HFONT, float size, HDC, WCHAR* faceName);
330 RefPtr<RefCountedGDIHandle<HFONT> > m_font;
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 64 typedef struct HFONT__* HFONT;
150 static bool ensureFontLoaded(HFONT);

Completed in 102 milliseconds