Searched refs:cur_width (Results 1 – 2 of 2) sorted by relevance
1133 int cur_width = 0; in gui_update_cursor() local1336 cur_width = (gui.char_width * shape->percentage + 99) / 100; in gui_update_cursor()1341 cur_width = gui.char_width; in gui_update_cursor()1348 cur_width += gui.char_width; in gui_update_cursor()1361 gui_mch_draw_part_cursor(cur_width, cur_height, cbg); in gui_update_cursor()
2708 static int cur_width = 0; in drawarea_configure_event_cb() local2743 if (event->width == cur_width && event->height == cur_height) in drawarea_configure_event_cb()2746 cur_width = event->width; in drawarea_configure_event_cb()