Searched refs:FILL_Y (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_x11.c | 634 if (gevent->y < FILL_Y(0)) in gui_x11_expose_cb() 635 XClearArea(gui.dpy, gui.wid, 0, 0, 0, FILL_Y(0), False); in gui_x11_expose_cb() 638 if (gevent->y > FILL_Y(Rows)) in gui_x11_expose_cb() 2313 FILL_Y(row + 1) - 1 - offset); in draw_curl() 2455 int y = FILL_Y(row + 1) - 1; in gui_mch_draw_string() 2467 int y = FILL_Y(row + 1) - gui.char_height/2; in gui_mch_draw_string() 2519 FILL_Y((int)Rows) + gui.border_offset); in gui_mch_flash() 2524 FILL_Y((int)Rows) + gui.border_offset); in gui_mch_flash() 2591 FILL_Y(gui.row) + gui.char_height - h, in gui_mch_draw_part_cursor() 2768 FILL_X(gui.scroll_region_left), FILL_Y(row)); in gui_mch_delete_lines() [all …]
|
| H A D | gui_haiku.cc | 1210 if (updateRect.top < FILL_Y(0)) // top border in Draw() 1700 BRect r(FILL_X(col), FILL_Y(row), in mchDrawString() 1763 BRect r(FILL_X(col1), FILL_Y(row1), in mchClearBlock() 1784 source.top = FILL_Y(row + num_lines); in mchDeleteLines() 1789 dest.top = FILL_Y(row); in mchDeleteLines() 1822 source.top = FILL_Y(row); in mchInsertLines() 1827 dest.top = FILL_Y(row + num_lines); in mchInsertLines() 1910 FILL_Y(IMData.row + pos.y + 1) - PEN_WIDTH); in DrawIMString() 4169 rect.top = FILL_Y(r); in gui_mch_invert_rectangle() 4228 r.top = FILL_Y(gui.row); in gui_mch_draw_hollow_cursor() [all …]
|
| H A D | gui_gtk_x11.c | 672 if (event->area.y < FILL_Y(0)) in expose_event() 677 if (event->area.y > FILL_Y(Rows)) in expose_event() 5350 FILL_X(col), FILL_Y(row), in draw_glyph_string() 5360 FILL_Y(row), in draw_glyph_string() 5417 int y = FILL_Y(row + 1) - 1; in draw_under() 5692 area.y = FILL_Y(row); in gui_gtk2_draw_string_ext() 6086 FILL_X(c), FILL_Y(r), in gui_mch_invert_rectangle() 6382 FILL_X(col1), FILL_Y(row1), in gui_mch_clear_block() 6410 FILL_X(col1), FILL_Y(row1), in gui_mch_clear_block() 6545 FILL_Y(row + num_lines), in gui_mch_delete_lines() [all …]
|
| H A D | gui_photon.c | 2034 rect.ul.y = FILL_Y(row); 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() 2090 rect.ul.y = FILL_Y(row + num_lines); in gui_mch_delete_lines() 2120 rect.ul.y = FILL_Y(row); 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() 2194 rect.ul.y = FILL_Y(row); in gui_mch_draw_string() 2196 rect.lr.y = FILL_Y(row + 1) - 1; in gui_mch_draw_string() 2228 r.ul.y = FILL_Y(gui.row); in gui_mch_draw_hollow_cursor() [all …]
|
| H A D | gui.h | 89 # define FILL_Y(row) ((row) * gui.char_height) macro 98 # define FILL_Y(row) ((row) * gui.char_height + gui.border_offset) macro
|
| H A D | gui_w32.c | 1684 rc.top = FILL_Y(r); in gui_mch_invert_rectangle() 1717 rc.top = FILL_Y(gui.row); in gui_mch_draw_hollow_cursor() 2020 point.y = FILL_Y(gui.row); in process_message() 2198 rc.top = FILL_Y(row1); in gui_mch_clear_block() 3083 rc.top = FILL_Y(row); in gui_mch_delete_lines() 3128 rc.top = FILL_Y(row); in gui_mch_insert_lines() 5961 p.y = FILL_Y(row); in im_set_position() 6148 rc.top = FILL_Y(row); in gui_mch_draw_string() 6156 rc.bottom = FILL_Y(row + 1); in gui_mch_draw_string() 6379 y = FILL_Y(row + 1) - 1; in gui_mch_draw_string() [all …]
|
| H A D | gui_xim.c | 165 area.y = FILL_Y(row); in im_set_position() 217 y = y + FILL_Y(gui.row); in im_preedit_window_set_position()
|
| H A D | gui_gtk.c | 1985 *y += FILL_Y(W_WINROW(curwin) + curwin->w_wrow + 1) + 1; in popup_menu_position_func()
|