Searched refs:DT_PREFIXONLY (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/win32/user32/psmtest/ |
H A D | psmtest.c | 189 DrawTest(hdc, 40, Test, DT_PREFIXONLY, LPK); in MainWndProc() 202 DrawTest(hdc, 300, Test5, DT_PREFIXONLY, LPK); in MainWndProc() 206 DrawTest(hdc, 380, Test6, DT_PREFIXONLY, LPK); in MainWndProc() 210 DrawTest(hdc, 460, Test7, DT_PREFIXONLY, LPK); in MainWndProc() 218 DrawTest(hdc, 580, Test8, DT_PREFIXONLY, LPK); in MainWndProc() 222 DrawTest(hdc, 660, Test9, DT_PREFIXONLY, LPK); in MainWndProc() 226 DrawTest(hdc, 740, Test10, DT_PREFIXONLY, LPK); in MainWndProc() 232 DrawTest(hdc, 40, Test, DT_PREFIXONLY, USERLPK); in MainWndProc() 245 DrawTest(hdc, 300, Test5, DT_PREFIXONLY, USERLPK); in MainWndProc() 249 DrawTest(hdc, 380, Test6, DT_PREFIXONLY, USERLPK); in MainWndProc() [all …]
|
/reactos/win32ss/user/user32/windows/ |
H A D | font.c | 457 if (!(dwFlags & DT_PREFIXONLY)) in UserLpkPSMTextOut()
|
H A D | draw.c | 1323 dtflags |= DT_PREFIXONLY; in IntDrawState()
|
/reactos/dll/win32/lpk/ |
H A D | lpk.c | 404 if (!(dwFlags & DT_PREFIXONLY)) in LpkPSMTextOut()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 548 #define DT_PREFIXONLY 2097152 macro
|