Lines Matching refs:y
165 area.y = FILL_Y(row); in im_set_position()
206 int x, y, width, height; in im_preedit_window_set_position() local
214 gdk_window_get_origin(gtk_widget_get_window(gui.drawarea), &x, &y); in im_preedit_window_set_position()
217 y = y + FILL_Y(gui.row); in im_preedit_window_set_position()
220 if (y + height > screen_y + screen_height) in im_preedit_window_set_position()
221 y = screen_y + screen_height - height; in im_preedit_window_set_position()
222 gtk_window_move(GTK_WINDOW(preedit_window), x, y); in im_preedit_window_set_position()
1248 over_spot.y = -100; // arbitrary invisible position in xim_set_preedit()
1266 over_spot.y = TEXT_Y(gui.row); in xim_set_preedit()
1268 spot_area.y = 0; in xim_set_preedit()
1525 over_spot.y = TEXT_Y(gui.row); in xim_real_init()
1645 status_area.y = gui.char_height * Rows + gui.border_offset; in xim_set_status_area()
1647 status_area.y += gui.scrollbar_height; in xim_set_status_area()
1650 status_area.y += gui.menu_height; in xim_set_status_area()
1658 status_area.y = gui.char_height * Rows + gui.border_offset; in xim_set_status_area()
1660 status_area.y += gui.scrollbar_height; in xim_set_status_area()
1663 status_area.y += gui.menu_height; in xim_set_status_area()
1672 pre_area.y = gui.char_height * Rows + gui.border_offset; in xim_set_status_area()
1675 pre_area.y += gui.scrollbar_height; in xim_set_status_area()
1678 pre_area.y += gui.menu_height; in xim_set_status_area()
1686 pre_area.y = 0; in xim_set_status_area()