Searched refs:xWidth (Results 1 – 6 of 6) sorted by relevance
/reactos/base/setup/welcome/ |
H A D | welcome.c | 762 INT xWidth, yHeight; in _tWinMain() local 845 xWidth = rcWindow.right - rcWindow.left; in _tWinMain() 849 xPos = (GetSystemMetrics(SM_CXSCREEN) - xWidth) / 2; in _tWinMain() 876 xWidth, in _tWinMain()
|
/reactos/dll/win32/riched20/ |
H A D | txthost.c | 156 …OOL __thiscall ITextHostImpl_TxCreateCaret(ITextHost *iface, HBITMAP hbmp, INT xWidth, INT yHeight) in ITextHostImpl_TxCreateCaret() argument 159 return CreateCaret(This->hWnd, hbmp, xWidth, yHeight); in ITextHostImpl_TxCreateCaret()
|
/reactos/sdk/include/psdk/ |
H A D | textserv.h | 259 INT xWidth, in DECLARE_INTERFACE_()
|
H A D | ntgdi.h | 1485 _In_ INT xWidth, 1914 _In_ INT xWidth,
|
/reactos/modules/rostests/winetests/riched20/ |
H A D | txtsrv.c | 193 static BOOL __thiscall ITextHostImpl_TxCreateCaret(ITextHost *iface, HBITMAP hbmp, INT xWidth, INT … in ITextHostImpl_TxCreateCaret() argument 197 This, hbmp, xWidth, yHeight); in ITextHostImpl_TxCreateCaret()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | bitblt.c | 1362 _In_ INT xWidth, in NtGdiFrameRgn() argument 1368 hrgnFrame = GreCreateFrameRgn(hrgn, xWidth, yHeight); in NtGdiFrameRgn()
|