Home
last modified time | relevance | path

Searched refs:LpkPSMTextOut (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/lpk/
H A Dlpk.spec8 @ stdcall LpkPSMTextOut(long long long wstr long long)
H A Dros_lpk.h81 INT WINAPI LpkPSMTextOut(HDC hdc, int x, int y, LPCWSTR lpString, int cString, DWORD dwFlags);
H A Dlpk.c380 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 Dpsmtest.c20 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()