Home
last modified time | relevance | path

Searched refs:DT_WORDBREAK (Results 1 – 25 of 30) sorted by relevance

12

/reactos/modules/rostests/winetests/d3dx9_36/
H A Dcore.c744 height = ID3DXFont_DrawTextA(font, NULL, long_text, -1, &rect, DT_WORDBREAK, 0xff00ff); in test_ID3DXFont()
747 …height = ID3DXFont_DrawTextA(font, NULL, long_text, -1, &rect, DT_WORDBREAK | DT_NOCLIP, 0xff00ff); in test_ID3DXFont()
781 height = ID3DXFont_DrawTextW(font, NULL, long_textW, -1, &rect, DT_WORDBREAK, 0xff00ff); in test_ID3DXFont()
784 …height = ID3DXFont_DrawTextW(font, NULL, long_textW, -1, &rect, DT_WORDBREAK | DT_NOCLIP, 0xff00ff… in test_ID3DXFont()
808 height = ID3DXFont_DrawTextW(font, NULL, L"a\naaaaa aaaa", -1, &rect, DT_WORDBREAK, 0xff00ff); in test_ID3DXFont()
820 …height = ID3DXFont_DrawTextW(font, NULL, L"\t\t\t\t\t\t\t\t\t\t", -1, &rect, DT_WORDBREAK, 0xff00f… in test_ID3DXFont()
823 …height = ID3DXFont_DrawTextW(font, NULL, L"\t\t\t\t\t\t\t\t\t\ta", -1, &rect, DT_WORDBREAK, 0xff00… in test_ID3DXFont()
826 height = ID3DXFont_DrawTextW(font, NULL, L"\taaaaaaaaaa", -1, &rect, DT_WORDBREAK, 0xff00ff); in test_ID3DXFont()
832 height = ID3DXFont_DrawTextW(font, NULL, L"\taaa\taaa\taaa", -1, &rect, DT_WORDBREAK, 0xff00ff); in test_ID3DXFont()
841 …height = ID3DXFont_DrawTextW(font, NULL, L"a\ta", -1, &rect, DT_EXPANDTABS | DT_WORDBREAK, 0xff00f… in test_ID3DXFont()
[all …]
/reactos/win32ss/user/user32/controls/
H A Dicontitle.c100 DrawTextW( hDC, str, length, &rect, DT_CALCRECT | DT_CENTER | DT_NOPREFIX | DT_WORDBREAK | in ICONTITLE_SetTitlePos()
174 DT_WORDBREAK | ((bMultiLineTitle) ? 0 : DT_SINGLELINE) ); in ICONTITLE_Paint()
H A Dstatic.c637 format = DT_LEFT | DT_EXPANDTABS | DT_WORDBREAK; in STATIC_PaintTextfn()
641 format = DT_CENTER | DT_EXPANDTABS | DT_WORDBREAK; in STATIC_PaintTextfn()
645 format = DT_RIGHT | DT_EXPANDTABS | DT_WORDBREAK; in STATIC_PaintTextfn()
H A Dbutton.c712 dtStyle |= DT_WORDBREAK; in BUTTON_BStoDT()
/reactos/modules/rosapps/applications/screensavers/matrix/
H A Dmessage.c67 DrawText(hdcMessage, text, -1, &rect, DT_CENTER|DT_VCENTER|DT_WORDBREAK|DT_CALCRECT); in SetMatrixMessage()
70 DrawText(hdcMessage, text, -1, &rect, DT_CENTER|DT_VCENTER|DT_WORDBREAK); in SetMatrixMessage()
H A Dconfig.c163 DrawText(hdc, buf, -1, &rect, DT_CENTER|DT_VCENTER|DT_WORDBREAK|DT_CALCRECT); in ConfigDlgProc()
167 DrawText(hdc, buf, -1, &rect, DT_CENTER|DT_VCENTER|DT_WORDBREAK); in ConfigDlgProc()
/reactos/dll/win32/iernonce/
H A Ddialog.cpp51 DrawTextW(hdc, lpText, -1, pRect, DT_CALCRECT | DT_WORDBREAK); in CalcTextRect()
200 &(pDrawItem->rcItem), DT_WORDBREAK); in ProcessWindowMessage()
/reactos/modules/rostests/winetests/user32/
H A Dtext.c82 DT_EXTERNALLEADING | DT_WORDBREAK | DT_NOCLIP | DT_LEFT | in test_DrawTextCalcRect()
106 DT_EXTERNALLEADING | DT_WORDBREAK | DT_NOCLIP | DT_LEFT | in test_DrawTextCalcRect()
551 textheight = DrawTextA(hdc, wordbreak_text, -1, &rect, DT_CALCRECT | DT_WORDBREAK); in test_DrawTextCalcRect()
555 …textheight = DrawTextA(hdc, wordbreak_text, -1, &rect, DT_CALCRECT | DT_WORDBREAK | DT_EDITCONTROL… in test_DrawTextCalcRect()
562 textheight = DrawTextW(hdc, wordbreak_textW, -1, &rect, DT_CALCRECT | DT_WORDBREAK); in test_DrawTextCalcRect()
566 …textheight = DrawTextW(hdc, wordbreak_textW, -1, &rect, DT_CALCRECT | DT_WORDBREAK | DT_EDITCONTRO… in test_DrawTextCalcRect()
/reactos/dll/win32/comctl32/
H A Dstatic.c554 format = DT_LEFT | DT_EXPANDTABS | DT_WORDBREAK; in STATIC_PaintTextfn()
558 format = DT_CENTER | DT_EXPANDTABS | DT_WORDBREAK; in STATIC_PaintTextfn()
562 format = DT_RIGHT | DT_EXPANDTABS | DT_WORDBREAK; in STATIC_PaintTextfn()
H A Dtaskdialog.c383 DWORD style = DT_EXPANDTABS | DT_CALCRECT | DT_WORDBREAK; in taskdialog_get_label_size()
430 DWORD style = DT_EXPANDTABS | DT_CALCRECT | DT_WORDBREAK; in taskdialog_get_expando_size()
1119 DrawTextW(hdc, text, -1, &rect, DT_WORDBREAK | DT_END_ELLIPSIS | DT_EXPANDTABS); in taskdialog_draw_expando_control()
H A Dtooltips.c264 uFlags |= DT_WORDBREAK; in TOOLTIPS_Refresh()
539 uFlags |= DT_WORDBREAK; in TOOLTIPS_CalcTipSize()
H A Dpropsheet.c3430 DrawTextW(hdc, ppshpage->pszHeaderSubTitle, -1, &r, DT_LEFT | DT_WORDBREAK); in PROPSHEET_Paint()
3437 DrawTextW(hdc, szBuffer, nLength, &r, DT_LEFT | DT_WORDBREAK); in PROPSHEET_Paint()
/reactos/base/system/logonui/
H A DNT5design.c58 DT_NOPREFIX | DT_WORDBREAK | DT_RIGHT); // WinXP disassembly uses 0x812 in NT5_DrawLogoffCaptionText()
/reactos/win32ss/user/rtl/
H A Dtext.c433 assert (format & DT_WORDBREAK); in TEXT_WordBreak()
769 if (!line_fits && (format & DT_WORDBREAK)) in TEXT_NextLineW()
1111 flags &= ~DT_WORDBREAK; in DrawTextExWorker()
/reactos/base/setup/welcome/
H A Dwelcome.c1038 DrawText(hDC, szText, -1, &rect, DT_TOP | DT_CALCRECT | DT_WORDBREAK); in GetButtonHeight()
1396 DrawText(hdc, lpDesc, -1, &rcDescription, DT_TOP | DT_WORDBREAK); in OnPaint()
1462 DrawText(lpDis->hDC, szText, -1, &lpDis->rcItem, DT_TOP | DT_LEFT | DT_WORDBREAK); in OnDrawItem()
/reactos/dll/directx/wine/d3dx9_36/
H A Dfont.c578 if (num_fit < *dest_len && (format & DT_WORDBREAK)) in read_line()
680 format &= ~DT_WORDBREAK; in ID3DXFontImpl_DrawTextW()
/reactos/base/applications/clipbrd/
H A Dclipbrd.c372 hdc, &rc, DT_CENTER | DT_WORDBREAK | DT_NOPREFIX); in OnPaint()
/reactos/base/applications/mspaint/
H A Dtextedit.cpp67 DT_EXPANDTABS | DT_WORDBREAK; in FixEditPos()
H A Ddrawing.cpp279 DT_EXPANDTABS | DT_WORDBREAK; in Text()
/reactos/dll/win32/shell32/
H A Dshlfileop.cpp138 …(LPWSTR)GetWindowLongPtrW(hDlg, DWLP_USER), -1, &r, DT_NOPREFIX | DT_PATH_ELLIPSIS | DT_WORDBREAK); in ConfirmMsgBox_Paint()
164 …DrawTextW(hdc, info->lpszText, -1, &r, DT_NOPREFIX | DT_PATH_ELLIPSIS | DT_WORDBREAK | DT_CALCRECT… in ConfirmMsgBox_Init()
/reactos/win32ss/user/user32/windows/
H A Dmessagebox.c815 …DT_LEFT | DT_NOPREFIX | DT_WORDBREAK | DT_EXPANDTABS | DT_EXTERNALLEADING | DT_EDITCONTROL | DT_CA… in SoftModalMessageBox()
/reactos/modules/rostests/winetests/riched20/
H A Dtxtsrv.c688 …dc, string, -1, &expected_rect, DT_LEFT | DT_CALCRECT | DT_NOCLIP | DT_EDITCONTROL | DT_WORDBREAK); in _check_txgetnaturalsize()
/reactos/dll/win32/uxtheme/
H A Dnonclient.c1278 DWORD textDrawFlags = DT_NOPREFIX | DT_SINGLELINE | DT_WORDBREAK; in DrawNCPreview()
/reactos/sdk/lib/cicero/
H A Dcicuif.cpp2513 cyText = ::DrawTextW(hDC, m_pszToolTipText, -1, &rcText, DT_CALCRECT | DT_WORDBREAK); in GetTipWindowSize()
2679 ::DrawTextW(hDC, m_pszToolTipText, -1, &rc, DT_WORDBREAK); in STDMETHODIMP_()
4349 ::DrawTextW(hDC, pszText, -1, prc, DT_WORDBREAK); in PaintMessageProc()
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Dactivex.cpp4209 DT_CENTER | DT_EDITCONTROL | DT_END_ELLIPSIS | DT_NOPREFIX | DT_WORDBREAK | DT_CALCRECT in ControlWindowProc()
4229 DT_CENTER | DT_EDITCONTROL | DT_END_ELLIPSIS | DT_NOPREFIX | DT_WORDBREAK in ControlWindowProc()

12