Lines Matching defs:Start
77 UINTN Start;
121 Start = (DimensionsWidth - ScreenSize - 2) / 2 + gStatementDimensions.LeftColumn + 1;
140 PrintStringAt (Start + 1, Top + 3, BufferedString);
149 gST->ConOut->SetCursorPosition (gST->ConOut, Start + 1, Top + 3);
161 PrintStringAt (Start + 1, Top + 3, BufferedString);
165 gST->ConOut->SetCursorPosition (gST->ConOut, Start + GetStringWidth (StringPtr) / 2, Top + 3);
198 PrintCharAt (Start + Index + 1, Top + 3, IsPassword && StringPtr[Index] != CHAR_NULL? L'*' : StringPtr[Index]);
279 // adjust the index to start printing portions of the string
282 PrintStringAt (Start + 1, Top + 3, BufferedString);
291 gST->ConOut->SetCursorPosition (gST->ConOut, Start + 1, Top + 3);
303 PrintStringAt (Start + 1, Top + 3, BufferedString);
309 gST->ConOut->SetCursorPosition (gST->ConOut, Start + CurrentCursor + 1, Top + 3);
1270 UINTN Start;
1370 Start = (DimensionsWidth - PopUpWidth - POPUP_FRAME_WIDTH) / 2 + gStatementDimensions.LeftColumn;
1371 End = Start + PopUpWidth + POPUP_FRAME_WIDTH;
1393 ClearLines (Start, End, Top, Bottom, GetPopupColor ());
1399 PrintCharAt (Start, Top, Character);
1400 for (Index = Start; Index + 2 < End; Index++) {
1401 if ((ShowUpArrow) && ((Index + 1) == (Start + End) / 2)) {
1414 PrintCharAt (Start, Index, Character);
1456 PrintStringAt (Start + 2, Index2, StringPtr);
1460 PrintStringAt (Start + 2, Index2, StringPtr);
1468 PrintCharAt (Start, Bottom, Character);
1469 for (Index = Start; Index + 2 < End; Index++) {
1470 if ((ShowDownArrow) && ((Index + 1) == (Start + End) / 2)) {