/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/ |
H A D | popfont.c | 47 static HFONT hFont ; 83 HFONT hFontNew ;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | custcntl.h | 65 typedef int (CALLBACK *LPFNCCSIZETOTEXTA)(DWORD, DWORD, HFONT, LPSTR); 66 typedef int (CALLBACK *LPFNCCSIZETOTEXTW)(DWORD, DWORD, HFONT, LPWSTR);
|
H A D | wownt32.h | 98 #define HFONT_32(h16) ((HFONT) (ULONG_PTR)(h16)) 126 #define HFONT_32(h16) ((HFONT) (WOWHandle32(h16, WOW_TYPE_HFONT)))
|
H A D | mlang.idl | 71 [in] HFONT hFont, 77 [in] HFONT hSrcFont, 78 [out] HFONT *phDestFont); 81 [in] HFONT hFont); 201 [in] HFONT hFont, 205 [in] HFONT hFont); 213 [out] HFONT *pFont);
|
H A D | windef.h | 285 DECLARE_HANDLE(HFONT); variable
|
H A D | ocidl.idl | 105 [propget] HRESULT hFont( [out] HFONT *phfont ); 110 HRESULT AddRefHfont( [in] HFONT hfont ); 111 HRESULT ReleaseHfont( [in] HFONT hfont );
|
H A D | windowsx.h | 212 #define DeleteFont(hfont) DeleteObject((HGDIOBJ)(HFONT)(hfont)) 213 #define SelectFont(hdc, hfont) ((HFONT)SelectObject((hdc), (HGDIOBJ)(HFONT) (hfont))) 214 #define GetStockFont(i) ((HFONT)GetStockObject(i)) 1377 /* HFONT Cls_OnGetFont(HWND hwnd) */ 1378 #define HANDLE_WM_GETFONT(hwnd, wParam, lParam, fn) (LRESULT)(DWORD)(UINT)(HFONT)(fn)(hwnd) 1379 #define FORWARD_WM_GETFONT(hwnd, fn) (HFONT)(UINT)(DWORD)(fn)((hwnd), WM_GETFONT, 0L, 0L) 1381 /* void Cls_OnSetFont(HWND hwndCtl, HFONT hfont, BOOL fRedraw) */ 1383 ((fn)((hwnd), (HFONT)(wParam), (BOOL)(lParam)), 0L) 1385 (void)(fn)((hwnd), WM_SETFONT, (WPARAM)(HFONT)(hfon [all...] |
H A D | wtypes.h | 514 typedef void *HFONT;
|
H A D | wingdi.h | 3402 WINGDIAPI HFONT WINAPI CreateFontA(INT,INT,INT,INT,INT,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,LPCSTR); 3403 WINGDIAPI HFONT WINAPI CreateFontW(INT,INT,INT,INT,INT,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,LPCWSTR); 3405 WINGDIAPI HFONT WINAPI CreateFontIndirectA(const LOGFONTA*); 3406 WINGDIAPI HFONT WINAPI CreateFontIndirectW(const LOGFONTW*); 3408 WINGDIAPI HFONT WINAPI CreateFontIndirectExA(const ENUMLOGFONTEXDVA*); 3409 WINGDIAPI HFONT WINAPI CreateFontIndirectExW(const ENUMLOGFONTEXDVW*);
|
H A D | wtypes.idl | 567 DECLARE_WIREM_HANDLE(HFONT);
|
H A D | winuser.h | 3441 WINUSERAPI BOOL WINAPI DrawCaptionTempA(HWND,HDC,const RECT*,HFONT,HICON,LPCSTR,UINT); 3442 WINUSERAPI BOOL WINAPI DrawCaptionTempW(HWND,HDC,const RECT*,HFONT,HICON,LPCWSTR,UINT);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | custcntl.h | 65 typedef int (CALLBACK *LPFNCCSIZETOTEXTA)(DWORD, DWORD, HFONT, LPSTR); 66 typedef int (CALLBACK *LPFNCCSIZETOTEXTW)(DWORD, DWORD, HFONT, LPWSTR);
|
H A D | wownt32.h | 98 #define HFONT_32(h16) ((HFONT) (ULONG_PTR)(h16)) 126 #define HFONT_32(h16) ((HFONT) (WOWHandle32(h16, WOW_TYPE_HFONT)))
|
H A D | mlang.idl | 71 [in] HFONT hFont, 77 [in] HFONT hSrcFont, 78 [out] HFONT *phDestFont); 81 [in] HFONT hFont); 201 [in] HFONT hFont, 205 [in] HFONT hFont); 213 [out] HFONT *pFont);
|
H A D | d3dx8core.h | 121 HRESULT WINAPI D3DXCreateFont(LPDIRECT3DDEVICE8 pDevice, HFONT hFont, LPD3DXFONT* ppFont);
|
H A D | windef.h | 285 DECLARE_HANDLE(HFONT); variable
|
H A D | ocidl.idl | 105 [propget] HRESULT hFont( [out] HFONT *phfont ); 110 HRESULT AddRefHfont( [in] HFONT hfont ); 111 HRESULT ReleaseHfont( [in] HFONT hfont );
|
H A D | windowsx.h | 212 #define DeleteFont(hfont) DeleteObject((HGDIOBJ)(HFONT)(hfont)) 213 #define SelectFont(hdc, hfont) ((HFONT)SelectObject((hdc), (HGDIOBJ)(HFONT) (hfont))) 214 #define GetStockFont(i) ((HFONT)GetStockObject(i)) 1377 /* HFONT Cls_OnGetFont(HWND hwnd) */ 1378 #define HANDLE_WM_GETFONT(hwnd, wParam, lParam, fn) (LRESULT)(DWORD)(UINT)(HFONT)(fn)(hwnd) 1379 #define FORWARD_WM_GETFONT(hwnd, fn) (HFONT)(UINT)(DWORD)(fn)((hwnd), WM_GETFONT, 0L, 0L) 1381 /* void Cls_OnSetFont(HWND hwndCtl, HFONT hfont, BOOL fRedraw) */ 1383 ((fn)((hwnd), (HFONT)(wParam), (BOOL)(lParam)), 0L) 1385 (void)(fn)((hwnd), WM_SETFONT, (WPARAM)(HFONT)(hfon [all...] |
H A D | wtypes.h | 514 typedef void *HFONT;
|
H A D | wtypes.idl | 567 DECLARE_WIREM_HANDLE(HFONT);
|
H A D | wingdi.h | 3373 WINGDIAPI HFONT WINAPI CreateFontA(INT,INT,INT,INT,INT,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,LPCSTR); 3374 WINGDIAPI HFONT WINAPI CreateFontW(INT,INT,INT,INT,INT,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,LPCWSTR); 3376 WINGDIAPI HFONT WINAPI CreateFontIndirectA(const LOGFONTA*); 3377 WINGDIAPI HFONT WINAPI CreateFontIndirectW(const LOGFONTW*);
|
H A D | winuser.h | 4524 WINUSERAPI BOOL WINAPI DrawCaptionTempA(HWND,HDC,const RECT*,HFONT,HICON,LPCSTR,UINT); 4525 WINUSERAPI BOOL WINAPI DrawCaptionTempW(HWND,HDC,const RECT*,HFONT,HICON,LPCWSTR,UINT);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | windef16.h | 93 DECLARE_HANDLE16(HFONT); variable
|
H A D | gdi_driver.h | 165 HFONT (*pSelectFont)(PHYSDEV,HFONT,UINT*);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | windef16.h | 93 DECLARE_HANDLE16(HFONT); variable
|