Searched refs:PrintRow (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
H A DBootManagerMenu.c365 UINTN PrintRow; local
409 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2;
410 for (Index = 0; Index < TopShadeNum; Index++, PrintRow++) {
411 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_LIGHT_SHADE);
421 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + ItemCountPerScreen - LowShadeNum;
422 for (Index = 0; Index < LowShadeNum; Index++, PrintRow++) {
423 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_LIGHT_SHADE);
427 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + TopShadeNum;
428 for (Index = TopShadeNum; Index < ItemCountPerScreen - LowShadeNum; Index++, PrintRow++) {
429 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_FULL_BLOC
506 UINTN PrintRow; local
[all...]

Completed in 365 milliseconds