Lines Matching defs:end
654 u16 start, u16 end)
658 SLsmg_draw_vline(end - start + 1);
672 u64 start, u64 end)
690 if (end > browser->top_idx)
691 end_row = end - browser->top_idx;
699 if (end >= browser->top_idx) {
712 u64 start, u64 end)
730 if (end >= browser->top_idx + browser->rows)
733 end_row = end - browser->top_idx;
739 if (end < browser->top_idx + browser->rows) {
751 u64 start, u64 end)
753 if (start > end)
754 __ui_browser__line_arrow_up(browser, column, start, end);
756 __ui_browser__line_arrow_down(browser, column, start, end);