Home
last modified time | relevance | path

Searched refs:DT_BOTTOM (Results 1 – 15 of 15) sorted by relevance

/reactos/base/applications/taskmgr/
H A Dgraph.c158 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 Dcore.c862 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 Dtoolbar.c2471 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 Dbutton.c735 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 Dipaddress.c204 …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 Dbutton.c307 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 Dtooltips.c328 … height = DrawTextW(hdc, infoPtr->pszTitle, -1, &rcTitle, DT_BOTTOM | DT_SINGLELINE | DT_NOPREFIX); in TOOLTIPS_Refresh()
/reactos/win32ss/user/rtl/
H A Dtext.c1267 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 Dfont.c642 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 Dtext.c282 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 Dwelcome.c1373 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 Dconnectdialog.c1265DT_BOTTOM | DT_SINGLELINE | DT_NOCLIP | DT_CENTER); //DT_CENTER makes the text visible in RTL layo… in DlgProc()
/reactos/dll/win32/imm32/
H A Dsoftkbd.c1509 DT_LEFT | DT_BOTTOM | DT_SINGLELINE); in C1_SetData()
/reactos/sdk/lib/cicero/
H A Dcicuif.cpp3902 uFlags |= DT_BOTTOM; in DrawTextProc()
/reactos/sdk/include/psdk/
H A Dwinuser.h525 #define DT_BOTTOM 8 macro