Searched refs:FILL_X (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_x11.c | 629 new_x = FILL_X(0); in gui_x11_expose_cb() 636 if (gevent->x > FILL_X(Columns)) in gui_x11_expose_cb() 2309 for (i = FILL_X(col); i < FILL_X(col + cells); ++i) in draw_curl() 2462 y, FILL_X(col + cells) - 1, y); in gui_mch_draw_string() 2471 y, FILL_X(col + cells) - 1, y); in gui_mch_draw_string() 2518 FILL_X((int)Columns) + gui.border_offset, in gui_mch_flash() 2523 FILL_X((int)Columns) + gui.border_offset, in gui_mch_flash() 2590 FILL_X(gui.col), in gui_mch_draw_part_cursor() 2736 x = FILL_X(col1); in gui_mch_clear_block() 2768 FILL_X(gui.scroll_region_left), FILL_Y(row)); in gui_mch_delete_lines() [all …]
|
| H A D | gui_gtk_x11.c | 670 if (event->area.x < FILL_X(0)) in expose_event() 5350 FILL_X(col), FILL_Y(row), in draw_glyph_string() 5359 FILL_X(col), in draw_glyph_string() 5429 for (i = FILL_X(col) + 1; i < FILL_X(col + cells); ++i) in draw_under() 5437 for (i = FILL_X(col); i < FILL_X(col + cells); ++i) in draw_under() 5485 FILL_X(col), y, in draw_under() 5486 FILL_X(col + cells) - 1, y); in draw_under() 6086 FILL_X(c), FILL_Y(r), in gui_mch_invert_rectangle() 6195 FILL_X(gui.col), in gui_mch_draw_part_cursor() 6382 FILL_X(col1), FILL_Y(row1), in gui_mch_clear_block() [all …]
|
| H A D | gui_haiku.cc | 1700 BRect r(FILL_X(col), FILL_Y(row), in mchDrawString() 1763 BRect r(FILL_X(col1), FILL_Y(row1), in mchClearBlock() 1783 source.left = FILL_X(gui.scroll_region_left); in mchDeleteLines() 1788 dest.left = FILL_X(gui.scroll_region_left); in mchDeleteLines() 1821 source.left = FILL_X(gui.scroll_region_left); in mchInsertLines() 1826 dest.left = FILL_X(gui.scroll_region_left); in mchInsertLines() 1909 FILL_X(pos.x + cn) - PEN_WIDTH, in DrawIMString() 4168 rect.left = FILL_X(c); in gui_mch_invert_rectangle() 4227 r.left = FILL_X(gui.col); in gui_mch_draw_hollow_cursor() 4256 CURSOR_BAR_RIGHT ? FILL_X(gui.col + 1) - w : in gui_mch_draw_part_cursor() [all …]
|
| H A D | gui_photon.c | 2033 rect.ul.x = FILL_X(col); in gui_mch_invert_rectangle() 2055 { FILL_X(col1), FILL_Y(row1) }, in gui_mch_clear_block() 2056 { FILL_X(col2 + 1) - 1, FILL_Y(row2 + 1) - 1} in gui_mch_clear_block() 2089 rect.ul.x = FILL_X(gui.scroll_region_left); in gui_mch_delete_lines() 2119 rect.ul.x = FILL_X(gui.scroll_region_left); in gui_mch_insert_lines() 2157 FILL_X(col), FILL_Y(row), in gui_mch_draw_string() 2158 FILL_X(col + len) - 1, FILL_Y(row + 1) - 1, in gui_mch_draw_string() 2193 rect.ul.x = FILL_X(col) + 1; in gui_mch_draw_string() 2195 rect.lr.x = FILL_X(col + len) - 1; in gui_mch_draw_string() 2227 r.ul.x = FILL_X(gui.col); in gui_mch_draw_hollow_cursor() [all …]
|
| H A D | gui_w32.c | 1683 rc.left = FILL_X(c); in gui_mch_invert_rectangle() 1716 rc.left = FILL_X(gui.col); in gui_mch_draw_hollow_cursor() 1746 FILL_X(gui.col); in gui_mch_draw_part_cursor() 2019 point.x = FILL_X(gui.col); in process_message() 2197 rc.left = FILL_X(col1); in gui_mch_clear_block() 5838 cfs.ptCurrentPos.x = FILL_X(col); in im_set_position() 5960 p.x = FILL_X(col); in im_set_position() 6147 rc.left = FILL_X(col); in gui_mch_draw_string() 6382 draw_line(FILL_X(col), y, FILL_X(col + len), y, gui.currFgColor); in gui_mch_draw_string() 6389 draw_line(FILL_X(col), y, FILL_X(col + len), y, gui.currSpColor); in gui_mch_draw_string() [all …]
|
| H A D | gui.h | 88 # define FILL_X(col) ((col) * gui.char_width) macro 94 # define FILL_X(col) ((col) * gui.char_width + gui.border_offset) macro
|
| H A D | gui_xim.c | 164 area.x = FILL_X(col); in im_set_position() 216 x = x + FILL_X(gui.col); in im_preedit_window_set_position()
|
| H A D | gui_gtk.c | 1984 *x += FILL_X(curwin->w_wincol + curwin->w_wcol + 1) + 1; in popup_menu_position_func()
|