Home | History | Annotate | Download | only in HexEdit

Lines Matching refs:ColStart

266   UINTN   ColStart;

272 ColStart = 0;
283 ColStart = (HMainEditor.SelectStart - 1) % 0x10 + 1;
291 ColStart = 1;
315 if (Index + 1 >= ColStart && Index + 1 <= ColEnd) {
352 if (Index + 1 >= ColStart && Index + 1 <= ColEnd) {
487 UINTN ColStart;
507 ColStart = (HMainEditor.SelectStart - 1) % 0x10 + 1;
516 ColStart = 1;
523 MouseColStart = 10 + (ColStart - 1) * 3;
524 if (ColStart > 8) {