Searched refs:LpkPSMTextOut (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/lpk/ |
H A D | lpk.spec | 8 @ stdcall LpkPSMTextOut(long long long wstr long long)
|
H A D | ros_lpk.h | 81 INT WINAPI LpkPSMTextOut(HDC hdc, int x, int y, LPCWSTR lpString, int cString, DWORD dwFlags);
|
H A D | lpk.c | 380 INT WINAPI LpkPSMTextOut(HDC hdc, int x, int y, LPCWSTR lpString, int cString, DWORD dwFlags) in LpkPSMTextOut() function
|
/reactos/modules/rostests/win32/user32/psmtest/ |
H A D | psmtest.c | 20 INT WINAPI LpkPSMTextOut(HDC hdc, int x, int y, LPCWSTR lpString, int cString, DWORD dwFlags); 35 ret = LpkPSMTextOut(hdc, 0, ypos, str, (!str) ? 10 : lstrlenW(str), dwFlags); in DrawTest()
|