Searched refs:DT_HIDEPREFIX (Results 1 – 8 of 8) sorted by relevance
/reactos/modules/rostests/win32/user32/psmtest/ |
H A D | psmtest.c | 198 DrawTest(hdc, 220, Test4, DT_HIDEPREFIX, LPK); in MainWndProc() 201 DrawTest(hdc, 280, Test5, DT_HIDEPREFIX, LPK); in MainWndProc() 205 DrawTest(hdc, 360, Test6, DT_HIDEPREFIX, LPK); in MainWndProc() 209 DrawTest(hdc, 440, Test7, DT_HIDEPREFIX, LPK); in MainWndProc() 217 DrawTest(hdc, 560, Test8, DT_HIDEPREFIX, LPK); in MainWndProc() 221 DrawTest(hdc, 640, Test9, DT_HIDEPREFIX, LPK); in MainWndProc() 225 DrawTest(hdc, 720, Test10, DT_HIDEPREFIX, LPK); in MainWndProc() 241 DrawTest(hdc, 220, Test4, DT_HIDEPREFIX, USERLPK); in MainWndProc() 244 DrawTest(hdc, 280, Test5, DT_HIDEPREFIX, USERLPK); in MainWndProc() 248 DrawTest(hdc, 360, Test6, DT_HIDEPREFIX, USERLPK); in MainWndProc() [all …]
|
/reactos/win32ss/user/user32/windows/ |
H A D | font.c | 460 if (!(dwFlags & DT_HIDEPREFIX)) in UserLpkPSMTextOut()
|
H A D | draw.c | 1321 dtflags |= DT_HIDEPREFIX; in IntDrawState()
|
/reactos/dll/win32/lpk/ |
H A D | lpk.c | 407 if (!(dwFlags & DT_HIDEPREFIX)) in LpkPSMTextOut()
|
/reactos/win32ss/user/user32/controls/ |
H A D | button.c | 792 dtStyle |= DT_HIDEPREFIX; in BUTTON_CalcLabelRect() 915 if (dtFlags & DT_HIDEPREFIX) in BUTTON_DrawLabel()
|
H A D | static.c | 666 format |= DT_HIDEPREFIX; in STATIC_PaintTextfn()
|
/reactos/dll/win32/comctl32/ |
H A D | button.c | 1316 dtStyle |= DT_HIDEPREFIX; in BUTTON_CalcLabelRect() 1461 if (dtFlags & DT_HIDEPREFIX) in BUTTON_DrawLabel()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 547 #define DT_HIDEPREFIX 1048576 macro
|