Searched refs:DT_EDITCONTROL (Results 1 – 12 of 12) sorted by relevance
/reactos/win32ss/user/rtl/ |
H A D | text.c | 469 if ((format & (DT_EDITCONTROL | DT_WORD_ELLIPSIS | DT_PATH_ELLIPSIS)) == in TEXT_WordBreak() 470 DT_EDITCONTROL) in TEXT_WordBreak() 1239 … last_line = !(flags & DT_NOCLIP) && y - ((flags & DT_EDITCONTROL) ? 2*lh-1 : lh) < rect->bottom; in DrawTextExWorker() 1241 … last_line = !(flags & DT_NOCLIP) && y + ((flags & DT_EDITCONTROL) ? 2*lh-1 : lh) > rect->bottom; in DrawTextExWorker()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | DrawText.c | 31 #define DT_5 (DT_CALCRECT | DT_LEFT | DT_TOP | DT_EDITCONTROL) 37 #define DT_10 (DT_LEFT | DT_TOP | DT_EDITCONTROL)
|
/reactos/base/applications/mspaint/ |
H A D | textedit.cpp | 66 const UINT uFormat = DT_LEFT | DT_TOP | DT_EDITCONTROL | DT_NOPREFIX | DT_NOCLIP | in FixEditPos()
|
H A D | drawing.cpp | 278 const UINT uFormat = DT_LEFT | DT_TOP | DT_EDITCONTROL | DT_NOPREFIX | DT_NOCLIP | in Text()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | text.c | 555 …extheight = DrawTextA(hdc, wordbreak_text, -1, &rect, DT_CALCRECT | DT_WORDBREAK | DT_EDITCONTROL); in test_DrawTextCalcRect() 566 …xtheight = DrawTextW(hdc, wordbreak_textW, -1, &rect, DT_CALCRECT | DT_WORDBREAK | DT_EDITCONTROL); in test_DrawTextCalcRect()
|
/reactos/dll/win32/comctl32/ |
H A D | static.c | 588 format |= DT_EDITCONTROL; in STATIC_PaintTextfn()
|
H A D | listview.c | 403 #define LV_ML_DT_FLAGS (DT_TOP | DT_NOPREFIX | DT_EDITCONTROL | DT_CENTER | DT_WORDBREAK | DT_WORD… 404 #define LV_FL_DT_FLAGS (DT_TOP | DT_NOPREFIX | DT_EDITCONTROL | DT_CENTER | DT_WORDBREAK | DT_NOCL… 405 #define LV_SL_DT_FLAGS (DT_VCENTER | DT_NOPREFIX | DT_EDITCONTROL | DT_SINGLELINE | DT_WORD_ELLIPS…
|
/reactos/win32ss/user/user32/controls/ |
H A D | static.c | 673 format |= DT_EDITCONTROL; in STATIC_PaintTextfn()
|
/reactos/win32ss/user/user32/windows/ |
H A D | messagebox.c | 815 … | DT_NOPREFIX | DT_WORDBREAK | DT_EXPANDTABS | DT_EXTERNALLEADING | DT_EDITCONTROL | DT_CALCRECT); in SoftModalMessageBox()
|
/reactos/modules/rostests/winetests/riched20/ |
H A D | txtsrv.c | 688 …DrawTextW(hdc, string, -1, &expected_rect, DT_LEFT | DT_CALCRECT | DT_NOCLIP | DT_EDITCONTROL | DT… in _check_txgetnaturalsize()
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | activex.cpp | 4209 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()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 528 #define DT_EDITCONTROL 8192 macro
|