Home
last modified time | relevance | path

Searched refs:ColStart (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DBufferImage.c266 UINTN ColStart; in HBufferImagePrintLine() local
272 ColStart = 0; in HBufferImagePrintLine()
283 ColStart = (HMainEditor.SelectStart - 1) % 0x10 + 1; in HBufferImagePrintLine()
291 ColStart = 1; in HBufferImagePrintLine()
315 if (Index + 1 >= ColStart && Index + 1 <= ColEnd) { in HBufferImagePrintLine()
352 if (Index + 1 >= ColStart && Index + 1 <= ColEnd) { in HBufferImagePrintLine()
487 UINTN ColStart; in HBufferImageIsInSelectedArea() local
507 ColStart = (HMainEditor.SelectStart - 1) % 0x10 + 1; in HBufferImageIsInSelectedArea()
516 ColStart = 1; in HBufferImageIsInSelectedArea()
523 MouseColStart = 10 + (ColStart - 1) * 3; in HBufferImageIsInSelectedArea()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileParser.py1258 LineStart, ColStart, LineEnd, ColEnd, Enabled = self._Content[self._ContentIndex]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileParser.py1173 LineStart, ColStart, LineEnd, ColEnd, Enabled = self._Content[self._ContentIndex]