Searched refs:CONSOLE_SetTextXY (Results 1 – 7 of 7) sorted by relevance
/reactos/base/setup/usetup/ |
H A D | usetup.c | 1149 CONSOLE_SetTextXY(8, 10, "TEST device"); 1179 CONSOLE_SetTextXY(6, 8, "This is the OEM driver page!"); 2072 CONSOLE_SetTextXY(6, 8, MUIGetString(uID)); in CreatePartitionPage() 2081 CONSOLE_SetTextXY(6, 12, MUIGetString(STRING_HDPARTSIZE)); in CreatePartitionPage() 2211 CONSOLE_SetTextXY(6, 10, LineBuffer); in DeletePartitionPage() 2332 CONSOLE_SetTextXY(8, 10, LineBuffer); in ChangeSystemPartitionPage() 2343 CONSOLE_SetTextXY(8, 23, LineBuffer); in ChangeSystemPartitionPage() 2409 CONSOLE_SetTextXY(6, 8, MUIGetString(uID)); in SelectFileSystemPage() 2417 CONSOLE_SetTextXY(6, 10, LineBuffer); in SelectFileSystemPage() 2542 CONSOLE_SetTextXY(6, 10, LineBuffer); in FormatPartitionPage() [all …]
|
H A D | consup.h | 200 CONSOLE_SetTextXY(
|
H A D | genlist.c | 367 CONSOLE_SetTextXY(Left, Top, CurrentItemText); in DrawGenericListCurrentItem() 371 CONSOLE_SetTextXY(Left, Top, ""); in DrawGenericListCurrentItem()
|
H A D | fslist.c | 215 CONSOLE_SetTextXY(List->Left, in DrawFileSystemList()
|
H A D | consup.c | 320 CONSOLE_SetTextXY( in CONSOLE_SetTextXY() function 740 CONSOLE_SetTextXY(coPos.X, coPos.Y, Text); in CONSOLE_SetStyledText()
|
H A D | mui.c | 476 CONSOLE_SetTextXY(entry[Index].X, entry[Index].Y, entry[Index].Buffer); in MUISetText()
|
H A D | progress.c | 237 CONSOLE_SetTextXY(Bar->TextTop, Bar->TextRight, Bar->DescriptionText); in DrawProgressBar()
|