Home
last modified time | relevance | path

Searched refs:DT_EDITCONTROL (Results 1 – 12 of 12) sorted by relevance

/reactos/win32ss/user/rtl/
H A Dtext.c469 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 DDrawText.c31 #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 Dtextedit.cpp66 const UINT uFormat = DT_LEFT | DT_TOP | DT_EDITCONTROL | DT_NOPREFIX | DT_NOCLIP | in FixEditPos()
H A Ddrawing.cpp278 const UINT uFormat = DT_LEFT | DT_TOP | DT_EDITCONTROL | DT_NOPREFIX | DT_NOCLIP | in Text()
/reactos/modules/rostests/winetests/user32/
H A Dtext.c555 …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 Dstatic.c588 format |= DT_EDITCONTROL; in STATIC_PaintTextfn()
H A Dlistview.c403 #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 Dstatic.c673 format |= DT_EDITCONTROL; in STATIC_PaintTextfn()
/reactos/win32ss/user/user32/windows/
H A Dmessagebox.c815 … | DT_NOPREFIX | DT_WORDBREAK | DT_EXPANDTABS | DT_EXTERNALLEADING | DT_EDITCONTROL | DT_CALCRECT); in SoftModalMessageBox()
/reactos/modules/rostests/winetests/riched20/
H A Dtxtsrv.c688 …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 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()
/reactos/sdk/include/psdk/
H A Dwinuser.h528 #define DT_EDITCONTROL 8192 macro