/external/chromium_org/third_party/WebKit/public/platform/win/ |
WebSandboxSupport.h | 34 typedef struct HFONT__* HFONT; 47 virtual bool ensureFontLoaded(HFONT) = 0;
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
FontPlatformDataWin.h | 51 typedef struct HFONT__ *HFONT; 55 // Return a typeface associated with the hfont, and return its size and 56 // lfQuality from the hfont's LOGFONT. 57 PassRefPtr<SkTypeface> CreateTypefaceFromHFont(HFONT, int* size, int* paintTextFlags); 73 // This constructor takes ownership of the HFONT 74 FontPlatformData(HFONT, float size, FontOrientation); 94 HFONT hfont() const { return m_font ? m_font->hfont() : 0; } function in class:WebCore::FontPlatformData 128 static bool ensureFontLoaded(HFONT); 147 HFONT hfont() const { return m_hfont; } function in class:WebCore::FontPlatformData::RefCountedHFONT [all...] |
/external/chromium_org/ui/gfx/ |
native_widget_types.h | 58 typedef struct HFONT__* HFONT; 156 typedef HFONT NativeFont;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 73 HFONT = HANDLE 172 'HCOLORSPACE', 'HDC', 'HDESK', 'HDWP', 'HENHMETAFILE', 'HFONT',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 73 HFONT = HANDLE 172 'HCOLORSPACE', 'HDC', 'HDESK', 'HDWP', 'HENHMETAFILE', 'HFONT',
|