HomeSort by relevance Sort by last modified time
    Searched refs:FRow (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
BufferImage.c 243 @param[in] FRow The FRow.
253 IN UINTN FRow,
286 if (FRow >= RowStart && FRow <= RowEnd) {
290 if (FRow > RowStart) {
294 if (FRow < RowEnd) {
484 UINTN FRow;
510 FRow = HBufferImage.LowVisibleRow + MouseRow - 2;
511 if (FRow < RowStart || FRow > RowEnd) {
    [all...]
MainHexEditor.c 146 UINTN FRow;
154 FRow = 0;
200 FRow = (UINTN)DivU64x32(Offset , 0x10) + 1;
203 HBufferImageMovePosition (FRow, FCol, TRUE);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c 267 UINTN FRow;
305 FRow = FileBuffer.LowVisibleRange.Row + FileBufferBackupVar.MousePosition.Row - 2;
310 if (FRow > FileBuffer.NumLines) {
314 Line = MoveLine (FRow - FileBuffer.FilePosition.Row);
346 FRow = FileBuffer.LowVisibleRange.Row + FileBuffer.MousePosition.Row - 2;
350 if (FRow > FileBuffer.NumLines) {
354 Line = MoveLine (FRow - FileBuffer.FilePosition.Row);
    [all...]
MainTextEditor.c     [all...]

Completed in 243 milliseconds