/reactos/base/applications/taskmgr/ |
H A D | graph.c | 158 DrawTextW(hDC, Text, -1, &rcText, DT_BOTTOM | DT_CENTER | DT_NOPREFIX | DT_SINGLELINE); in Graph_DrawCpuUsageGraph() 323 DrawTextW(hDC, Text, -1, &rcText, DT_BOTTOM | DT_CENTER | DT_NOPREFIX | DT_SINGLELINE); in Graph_DrawMemUsageGraph()
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | core.c | 862 height = ID3DXFont_DrawTextW(font, NULL, L"aaaa\naaaa", -1, &rect, DT_BOTTOM, 0xff00ff); in test_ID3DXFont() 925 …height = ID3DXFont_DrawTextW(font, NULL, L"aaaa\naaaa", -1, &rect, DT_BOTTOM | DT_CALCRECT, 0xff00… in test_ID3DXFont() 930 …height = ID3DXFont_DrawTextW(font, NULL, L"aaaa\naaaa", -1, &rect, DT_BOTTOM | DT_CALCRECT, 0xff00… in test_ID3DXFont() 935 …height = ID3DXFont_DrawTextW(font, NULL, L"aaaa\naaaa", -1, &rect, DT_BOTTOM | DT_CALCRECT, 0xff00… in test_ID3DXFont() 940 …height = ID3DXFont_DrawTextW(font, NULL, L"aaaa\naaaa", -1, &rect, DT_BOTTOM | DT_CALCRECT, 0xff00… in test_ID3DXFont() 945 …height = ID3DXFont_DrawTextW(font, NULL, L"aaaa\naaaa", -1, &rect, DT_BOTTOM | DT_CALCRECT, 0xff00… in test_ID3DXFont() 950 …height = ID3DXFont_DrawTextW(font, NULL, L"aaaa aaaa", -1, &rect, DT_BOTTOM | DT_WORDBREAK | DT_CA… in test_ID3DXFont() 955 …height = ID3DXFont_DrawTextW(font, NULL, L"aaaa aaaa", -1, &rect, DT_BOTTOM | DT_WORDBREAK | DT_CA… in test_ID3DXFont() 960 …height = ID3DXFont_DrawTextW(font, NULL, L"aaaa aaaa", -1, &rect, DT_BOTTOM | DT_WORDBREAK | DT_CA… in test_ID3DXFont() 965 …height = ID3DXFont_DrawTextW(font, NULL, L"aaaa aaaa", -1, &rect, DT_BOTTOM | DT_WORDBREAK | DT_CA… in test_ID3DXFont() [all …]
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | toolbar.c | 2471 flags = SendMessageA(hwnd, TB_SETDRAWTEXTFLAGS, 0, DT_BOTTOM); in test_drawtext_flags() 2474 ok(!(flags & DT_BOTTOM), "Unexpected DT_BOTTOM style\n"); in test_drawtext_flags() 2479 ok(!(flags & DT_BOTTOM), "Unexpected DT_BOTTOM style\n"); in test_drawtext_flags() 2482 flags = SendMessageA(hwnd, TB_SETDRAWTEXTFLAGS, DT_BOTTOM, DT_BOTTOM); in test_drawtext_flags() 2485 ok(!(flags & DT_BOTTOM), "Unexpected DT_BOTTOM style\n"); in test_drawtext_flags() 2487 flags = SendMessageA(hwnd, TB_SETDRAWTEXTFLAGS, DT_BOTTOM, 0); in test_drawtext_flags() 2489 ok(flags == DT_BOTTOM, "Unexpected draw text flags %#x\n", flags); in test_drawtext_flags() 2490 ok(flags & DT_BOTTOM, "Expected DT_BOTTOM style, %#x\n", flags); in test_drawtext_flags() 2492 flags = SendMessageA(hwnd, TB_SETDRAWTEXTFLAGS, DT_BOTTOM, 0); in test_drawtext_flags() 2495 ok(!(flags & DT_BOTTOM), "Unexpected DT_BOTTOM style\n"); in test_drawtext_flags()
|
/reactos/win32ss/user/user32/controls/ |
H A D | button.c | 735 case BS_BOTTOM: dtStyle |= DT_BOTTOM; break; in BUTTON_BStoDT() 784 DrawTextW(hdc, text, -1, &r, ((dtStyle | DT_CALCRECT) & ~(DT_VCENTER | DT_BOTTOM))); in BUTTON_CalcLabelRect() 842 switch (dtStyle & (DT_VCENTER|DT_BOTTOM)) in BUTTON_CalcLabelRect() 852 case DT_BOTTOM: n = r.bottom - r.top; in BUTTON_CalcLabelRect()
|
/reactos/dll/win32/comctl32/ |
H A D | ipaddress.c | 204 …hemeText(theme, hdc, EP_EDITTEXT, state, dotW, 1, DT_SINGLELINE | DT_CENTER | DT_BOTTOM, 0, &rect); in IPADDRESS_Draw() 206 DrawTextW(hdc, dotW, 1, &rect, DT_SINGLELINE | DT_CENTER | DT_BOTTOM); in IPADDRESS_Draw()
|
H A D | button.c | 307 case BS_BOTTOM: dtStyle |= DT_BOTTOM; break; in BUTTON_BStoDT() 1308 DrawTextW(hdc, text, -1, &r, ((dtStyle | DT_CALCRECT) & ~(DT_VCENTER | DT_BOTTOM))); in BUTTON_CalcLabelRect() 1384 switch (dtStyle & (DT_VCENTER|DT_BOTTOM)) in BUTTON_CalcLabelRect() 1394 case DT_BOTTOM: n = r.bottom - r.top; in BUTTON_CalcLabelRect()
|
H A D | tooltips.c | 328 … height = DrawTextW(hdc, infoPtr->pszTitle, -1, &rcTitle, DT_BOTTOM | DT_SINGLELINE | DT_NOPREFIX); in TOOLTIPS_Refresh()
|
/reactos/win32ss/user/rtl/ |
H A D | text.c | 1267 else if (flags & DT_BOTTOM) in DrawTextExWorker() 1272 else if (flags & DT_BOTTOM) y = rect->bottom - size.cy; in DrawTextExWorker()
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | font.c | 642 else if (format & DT_BOTTOM) in compute_rect() 686 if (!rect || format & (DT_CALCRECT | DT_VCENTER | DT_BOTTOM)) in ID3DXFontImpl_DrawTextW()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | text.c | 282 textheight = DrawTextExW(hdc, textW, -1, &rect, DT_SINGLELINE | DT_CALCRECT | DT_BOTTOM, NULL); in test_DrawTextCalcRect() 286 textheight = DrawTextExW(hdc, textW, -1, &rect, DT_SINGLELINE | DT_CALCRECT | DT_BOTTOM, NULL); in test_DrawTextCalcRect()
|
/reactos/base/setup/welcome/ |
H A D | welcome.c | 1373 DrawText(hdc, szVersion, -1, &rcTitle, DT_BOTTOM | DT_CALCRECT | DT_SINGLELINE); in OnPaint() 1375 DrawText(hdc, szVersion, -1, &rcTitle, DT_BOTTOM | DT_SINGLELINE); in OnPaint()
|
/reactos/base/applications/mstsc/ |
H A D | connectdialog.c | 1265 …DT_BOTTOM | DT_SINGLELINE | DT_NOCLIP | DT_CENTER); //DT_CENTER makes the text visible in RTL layo… in DlgProc()
|
/reactos/dll/win32/imm32/ |
H A D | softkbd.c | 1509 DT_LEFT | DT_BOTTOM | DT_SINGLELINE); in C1_SetData()
|
/reactos/sdk/lib/cicero/ |
H A D | cicuif.cpp | 3902 uFlags |= DT_BOTTOM; in DrawTextProc()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 525 #define DT_BOTTOM 8 macro
|