OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartRow
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.h
37
UINTN
StartRow
;
BootManagerMenu.c
217
BootMenuData->MenuScreen.
StartRow
= (Row - BootMenuData->MenuScreen.Height) / 2;
363
UINTN
StartRow
;
380
StartRow
= BootMenuData->MenuScreen.
StartRow
;
409
PrintRow =
StartRow
+ TITLE_TOKEN_COUNT + 2;
421
PrintRow =
StartRow
+ TITLE_TOKEN_COUNT + 2 + ItemCountPerScreen - LowShadeNum;
427
PrintRow =
StartRow
+ TITLE_TOKEN_COUNT + 2 + TopShadeNum;
437
PrintRow =
StartRow
+ TITLE_TOKEN_COUNT + 2;
465
PrintRow =
StartRow
+ TITLE_TOKEN_COUNT + 2 + WantSelectItem - FirstItem;
477
PrintRow =
StartRow
+ 3 + BootMenuData->SelectItem - FirstItem;
[
all
...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
BufferImage.c
753
UINTN
StartRow
;
802
StartRow
= (HMainEditorBackupVar.SelectStart - 1) / 0x10 + 1;
804
StartRow
= (HMainEditor.SelectStart - 1) / 0x10 + 1;
807
StartRow
= (HMainEditor.SelectStart - 1) / 0x10 + 1;
818
if (
StartRow
> EndRow) {
819
Tmp =
StartRow
;
820
StartRow
= EndRow;
824
FStartRow =
StartRow
;
826
StartRow
= 2 +
StartRow
- HBufferImage.LowVisibleRow;
[
all
...]
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
EfiShellEnvironment2.h
356
@param[in]
StartRow
The row number to start this on.
362
IN INT32
StartRow
,
[
all
...]
Completed in 2811 milliseconds