Searched refs:PrintRow (Results 1 – 1 of 1) sorted by relevance
365 UINTN PrintRow; in BootMenuSelectItem() local409 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2; in BootMenuSelectItem()410 for (Index = 0; Index < TopShadeNum; Index++, PrintRow++) { in BootMenuSelectItem()411 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_LIGHT_SHADE); in BootMenuSelectItem()421 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + ItemCountPerScreen - LowShadeNum; in BootMenuSelectItem()422 for (Index = 0; Index < LowShadeNum; Index++, PrintRow++) { in BootMenuSelectItem()423 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_LIGHT_SHADE); in BootMenuSelectItem()427 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + TopShadeNum; in BootMenuSelectItem()428 for (Index = TopShadeNum; Index < ItemCountPerScreen - LowShadeNum; Index++, PrintRow++) { in BootMenuSelectItem()429 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_FULL_BLOCK); in BootMenuSelectItem()[all …]