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

  /external/webkit/WebKit/chromium/public/win/
WebSandboxSupport.h 34 typedef struct HFONT__* HFONT;
47 virtual bool ensureFontLoaded(HFONT) = 0;
  /external/webkit/WebCore/platform/chromium/
ChromiumBridge.h 47 typedef struct HFONT__* HFONT;
111 static bool ensureFontLoaded(HFONT font);
  /external/webkit/JavaScriptCore/wtf/
OwnPtrCommon.h 34 typedef struct HFONT__* HFONT;
53 void deleteOwnedPtr(HFONT);
  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataChromiumWin.h 43 typedef struct HFONT__ *HFONT;
59 FontPlatformData(HFONT, float size);
69 HFONT hfont() const { return m_font ? m_font->hfont() : 0; } function in class:WebCore::FontPlatformData
90 // We refcount the internal HFONT so that FontPlatformData can be
92 // don't really want to re-create the HFONT.
95 static PassRefPtr<RefCountedHFONT> create(HFONT hfont)
97 return adoptRef(new RefCountedHFONT(hfont));
102 HFONT hfont() const { return m_hfont; } function in class:WebCore::FontPlatformData::RefCountedHFONT
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
FontPlatformData.h 36 typedef struct HFONT__* HFONT;
61 FontPlatformData(HFONT, float size, bool bold, bool oblique, bool useGDI);
65 FontPlatformData(HFONT, CGFontRef, float size, bool bold, bool oblique, bool useGDI);
77 HFONT hfont() const { return m_font->hfont(); } function in class:WebCore::FontPlatformData
117 static PassRefPtr<RefCountedHFONT> create(HFONT hfont) { return adoptRef(new RefCountedHFONT(hfont)); }
118 static PassRefPtr<RefCountedHFONT> createDeleted() { return adoptRef(new RefCountedHFONT(reinterpret_cast<HFONT>(-1)));
122 HFONT hfont() const { return m_hfont; } function in class:WebCore::FontPlatformData::RefCountedHFONT
    [all...]

Completed in 437 milliseconds