Searched refs:screen_width (Results 1 – 3 of 3) sorted by relevance
67 Dimension screen_width; // screen width in pixels member
207 int screen_x, screen_y, screen_width, screen_height; in im_preedit_window_set_position() local213 &screen_x, &screen_y, &screen_width, &screen_height); in im_preedit_window_set_position()218 if (x + width > screen_x + screen_width) in im_preedit_window_set_position()219 x = screen_x + screen_width - width; in im_preedit_window_set_position()
143 beval->screen_width = DisplayWidth(gui.dpy, screen_num); in gui_mch_create_beval_area()1123 if ((tx + w) > beval->screen_width) in drawBalloon()1124 tx = beval->screen_width - w; in drawBalloon()