Home
last modified time | relevance | path

Searched refs:x_org (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/dports/games/tuxracer/tuxracer-0.61/src/
H A Devent_select.c163 int x_org, y_org; in set_widget_positions_and_draw_decorations() local
175 x_org = w/2 - box_width/2; in set_widget_positions_and_draw_decorations()
193 make_point2d( x_org + 52, in set_widget_positions_and_draw_decorations()
198 make_point2d( x_org + 52, in set_widget_positions_and_draw_decorations()
219 ll = make_point2d( x_org, y_org + 193 ); in set_widget_positions_and_draw_decorations()
220 ur = make_point2d( x_org + 44, y_org + 193 + 44 ); in set_widget_positions_and_draw_decorations()
252 ll = make_point2d( x_org, y_org + 103 ); in set_widget_positions_and_draw_decorations()
253 ur = make_point2d( x_org + 44, y_org + 103 + 44 ); in set_widget_positions_and_draw_decorations()
281 glTranslatef( x_org + box_width/2.0 - text_width/2.0, in set_widget_positions_and_draw_decorations()
300 glTranslatef( x_org, in set_widget_positions_and_draw_decorations()
[all …]
H A Drace_select.c536 glTranslatef( x_org + 0, in draw_status_msg()
554 glTranslatef( x_org + 0, in draw_status_msg()
598 int x_org, y_org; in set_widget_positions_and_draw_decorations() local
610 x_org = w/2 - box_width/2; in set_widget_positions_and_draw_decorations()
628 make_point2d( x_org, in set_widget_positions_and_draw_decorations()
633 make_point2d( x_org, in set_widget_positions_and_draw_decorations()
763 glVertex2f( x_org+box_width-140, y_org+66 ); in set_widget_positions_and_draw_decorations()
764 glVertex2f( x_org+box_width, y_org+66 ); in set_widget_positions_and_draw_decorations()
765 glVertex2f( x_org+box_width, y_org+66+107 ); in set_widget_positions_and_draw_decorations()
783 glVertex2f( x_org+box_width-136, y_org+70 ); in set_widget_positions_and_draw_decorations()
[all …]
H A Dgame_over.c66 int x_org, y_org; in draw_game_over_text() local
78 x_org = w/2.0 - box_width/2.0; in draw_game_over_text()
90 glTranslatef( x_org + box_width/2.0 - string_w/2.0, in draw_game_over_text()
125 glTranslatef( x_org, in draw_game_over_text()
143 glTranslatef( x_org, in draw_game_over_text()
159 glTranslatef( x_org, in draw_game_over_text()
198 glTranslatef( x_org + box_width/2. - string_w/2., in draw_game_over_text()
H A Dpaused.c63 int x_org, y_org; in draw_paused_text() local
72 x_org = w/2.0 - box_width/2.0; in draw_paused_text()
85 glTranslatef( x_org + box_width/2.0 - string_w/2.0, in draw_paused_text()
H A Dloading.c59 int x_org, y_org; in draw_loading_text() local
64 x_org = w/2.0; in draw_loading_text()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/linux-capture/
H A Dxcursor.c98 data->x = (int_fast32_t)xc->x - (int_fast32_t)data->x_org; in xcursor_tick()
100 data->render_x = xc->x - xc->xhot - data->x_org; in xcursor_tick()
139 void xcursor_offset(xcursor_t *data, int_fast32_t x_org, int_fast32_t y_org) in xcursor_offset() argument
141 data->x_org = x_org; in xcursor_offset()
H A Dxcursor-xcb.c85 data->x = xc->x - data->x_org; in xcb_xcursor_update()
123 void xcb_xcursor_offset(xcb_xcursor_t *data, const int x_org, const int y_org) in xcb_xcursor_offset() argument
125 data->x_org = x_org; in xcb_xcursor_offset()
H A Dxshm-input.c45 int_fast32_t x_org; member
115 if (randr_screen_geo(data->xcb, data->screen_id, &data->x_org, in xshm_update_geometry()
122 &data->x_org, &data->y_org, in xshm_update_geometry()
128 data->x_org = 0; in xshm_update_geometry()
143 data->adj_x_org = data->x_org; in xshm_update_geometry()
155 if (data->x_org > 0) in xshm_update_geometry()
156 data->adj_x_org = data->x_org + data->cut_left; in xshm_update_geometry()
169 data->width, data->height, data->x_org, data->y_org); in xshm_update_geometry()
H A Dxcursor-xcb.h35 int x_org; member
75 void xcb_xcursor_offset(xcb_xcursor_t *data, const int x_org, const int y_org);
H A Dxcursor.h36 int_fast32_t x_org; member
69 void xcursor_offset(xcursor_t *data, int_fast32_t x_org, int_fast32_t y_org);
/dports/x11/hsetroot/hsetroot-1.0.5/
H A Dhsetroot.c168 printf("output %d: size(%d, %d) pos(%d, %d)\n", i, o.width, o.height, o.x_org, o.y_org); in load_image()
171 … imlib_blend_image_onto_image(buffer, 0, 0, 0, imgW, imgH, o.x_org, o.y_org, o.width, o.height); in load_image()
180 …imlib_blend_image_onto_image(buffer, 0, 0, 0, imgW, imgH, o.x_org + left, o.y_org + top, (int) (im… in load_image()
189 …imlib_image_copy_rect(o.x_org + left + 1 - w, o.y_org, w, o.height, o.x_org + left + 1 - w - w, o.… in load_image()
190 … imlib_image_copy_rect(o.x_org + right, o.y_org, w, o.height, o.x_org + right + w, o.y_org); in load_image()
197 …imlib_image_copy_rect(o.x_org, o.y_org + top + 1 - w, o.width, w, o.x_org, o.y_org + top + 1 - w -… in load_image()
198 … imlib_image_copy_rect(o.x_org, o.y_org + bottom, o.width, w, o.x_org, o.y_org + bottom + w); in load_image()
227 … imlib_blend_image_onto_image(buffer, 0, 0, 0, imgW, imgH, o.x_org + x, o.y_org + y, imgW, imgH); in load_image()
229 …imlib_blend_image_onto_image(buffer, 0, 0, 0, imgW, imgH, o.x_org + left, o.y_org + top, imgW, img… in load_image()
290 .x_org = 0, in main()
H A Dhsr-outputs.c15 printf("\tx_org:\t%d\n", si->x_org); in print_text()
26 printf("%d,%d,%d,%d,%d\n", si->screen_number, si->x_org, si->y_org, si->width, si->height); in print_csv()
38 printf(" \"x\": %d,\n", si->x_org); in print_json()
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DFScreen.c94 short x_org; member
218 screens[m].x_org = monitors[m].x; in solaris_XineramaQueryScreens()
398 screens_xi[1].x_org = 0; in FScreenInit()
403 screens_xi[2].x_org = ws; in FScreenInit()
422 disp, root, screens_xi[2].x_org, in FScreenInit()
459 screens_xi[0].x_org = 0; in FScreenInit()
609 screens_sls[sn].x_org = val[0]; in FScreenConfigureSLSScreens()
788 if (x >= screens[i].x_org && in FindScreenOfXY()
892 *x = screens[screen].x_org; in FScreenGetScrRect()
1254 screens[scr].x_org); in FScreenParseGeometry()
[all …]
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dxinerama.py16 self.x_org, self.y_org, self.width, self.height = unpacker.unpack("hhHH")
20 buf.write(struct.pack("=hhHH", self.x_org, self.y_org, self.width, self.height))
24 def synthetic(cls, x_org, y_org, width, height): argument
26 self.x_org = x_org
/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Dxinerama_common.c63 *x = info[i].x_org; in xinerama_get_coord()
89 int max_lx = MAX(x, info[i].x_org); in xinerama_get_monitor()
90 int min_rx = MIN(x + w, info[i].x_org + info[i].width); in xinerama_get_monitor()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/x11/
H A Dx11_factory.cpp106 info[i].x_org, info[i].y_org ); in init()
235 XRectangle rect2 = { info[i].x_org, info[i].y_org, in getMonitorInfo()
247 *p_x = info[i].x_org; in getMonitorInfo()
281 *p_x = info[numScreen].x_org; in getMonitorInfo()
309 if( info[i].x_org == 0 && info[i].y_org == 0 ) in getDefaultGeometry()
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dxinerama.c51 Output *s = get_screen_at(screen_info[screen].x_org, screen_info[screen].y_org); in query_screens()
66 s->rect.x = screen_info[screen].x_org; in query_screens()
82 screen_info[screen].x_org, screen_info[screen].y_org); in query_screens()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dxinerama.c51 Output *s = get_screen_at(screen_info[screen].x_org, screen_info[screen].y_org); in query_screens()
66 s->rect.x = screen_info[screen].x_org; in query_screens()
82 screen_info[screen].x_org, screen_info[screen].y_org); in query_screens()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A Dscreen_xywh.cxx192 if (mx >= screens[i].x_org && in screen_xywh()
193 mx < (screens[i].x_org + screens[i].width) && in screen_xywh()
196 X = screens[i].x_org; in screen_xywh()
237 X = screens[n].x_org; in screen_xywh()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dgeneral_interaction.cpp71 PXreal x_org, z_org, unused; in Find_interact_marker_in_anim() local
72 PXFrameEnOfAnim(0, pAnim)->markers[ORG_POS].GetXYZ(&x_org, &unused, &z_org); in Find_interact_marker_in_anim()
88 xoff[0] = x_int - x_org; in Find_interact_marker_in_anim()
/dports/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0/vmwarectrl/
H A Dvmwarectrl.c59 extents[0].x_org = 0; in main()
63 extents[1].x_org = 800; in main()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_mga.c95 mga_vid_config.x_org= 0; // (720-mga_vid_config.dest_width)/2; in LIBVO_EXTERN()
98 mga_vid_config.x_org=(vo_screenwidth-d_width)/2; in LIBVO_EXTERN()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dvo_mga.c95 mga_vid_config.x_org= 0; // (720-mga_vid_config.dest_width)/2; in LIBVO_EXTERN()
98 mga_vid_config.x_org=(vo_screenwidth-d_width)/2; in LIBVO_EXTERN()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dxiner.c85 xsi[ii].x_org , xsi[ii].y_org , in main()
90 xsi[ii].x_org , xsi[ii].y_org , in main()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/unix/
H A Ddisplayx11.cpp134 m_rect(info.x_org, info.y_org, info.width, info.height) in wxDisplayImplX11()
195 if ( p.x >= s.x_org && p.x < s.x_org + s.width && in GetFromPoint()

12345678910>>...16