Home
last modified time | relevance | path

Searched refs:root_w (Results 1 – 25 of 47) sorted by relevance

12

/dports/x11/runner/runner-1.1/src/aguix/
H A Dbubblewindow.cc155 int root_x, root_y, root_w, root_h; in prepareHelpText() local
157 _aguix->getLargestDimensionOfCurrentScreen( &root_x, &root_y, &root_w, &root_h ); in prepareHelpText()
165 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
172 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
180 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
188 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
198 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
206 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
214 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
222 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Dbubblewindow.cc155 int root_x, root_y, root_w, root_h; in prepareHelpText() local
157 _aguix->getLargestDimensionOfCurrentScreen( &root_x, &root_y, &root_w, &root_h ); in prepareHelpText()
165 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
172 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
180 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
188 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
198 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
206 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
214 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
222 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
/dports/x11/xpra/xpra-4.3/xpra/client/mixins/
H A Ddisplay.py83 root_w, root_h = self.get_root_size()
148 log_screen_sizes(root_w, root_h, sss)
150 root_w, root_h = u_root_w, u_root_h
268 root_w, root_h = self.get_root_size()
271 if self.cx(root_w)!=root_w or self.cy(root_h)!=root_h:
287 maxw, maxh = root_w, root_h
290 maxw = max(root_w, server_w)
496 root_w, root_h, sss = screen_settings[:3]
498 log_screen_sizes(root_w, root_h, sss)
571 root_w, root_h = self.get_root_size()
[all …]
H A Dmmap.py126 root_w, root_h = self.get_root_size()
128 mmap_size = max(512*1024*1024, root_w*root_h*4*8)
/dports/x11/xpra/xpra-4.3/xpra/client/
H A Dscaling_parser.py12 def parse_scaling(desktop_scaling, root_w, root_h, min_scaling=0.1, max_scaling=8): argument
13 log("parse_scaling(%s)", (desktop_scaling, root_w, root_h, min_scaling, max_scaling))
57 if root_w*root_h<=mx*my:
61 log("matched=%s : %sx%s with limits %s: %sx%s", matched, root_w, root_h, limits, sx, sy)
107 log(" normalizing dimensions to a ratio of %ix%i", root_w, root_h)
108 x = float(x) / root_w
/dports/x11/xpra/xpra-4.3/xpra/server/mixins/
H A Ddisplay_manager.py114 root_w, root_h = self.get_root_window_size()
118 "desktop_size" : self._get_desktop_size_capability(source, root_w, root_h),
237 root_w, root_h = self.get_root_window_size()
238 root_w = min(root_w, max_w)
242 if ss.updated_desktop_size(root_w, root_h, max_w, max_h):
246 count, engs(count), root_w, root_h, max_w, max_h)
252 def _get_desktop_size_capability(self, server_source, root_w, root_h): argument
257 return root_w, root_h
259 w = min(client_w, root_w)
264 root_w, root_h = self.get_root_window_size()
[all …]
/dports/x11/xpra/xpra-4.3/xpra/x11/
H A Dx11_server_core.py536 return root_w, root_h
570 return root_w, root_h
622 root_w, root_h = self.root_window.get_size()
623 return root_w, root_h
633 return root_w,root_h
686 return root_w, root_h
724 root_w, root_h = RandR.get_screen_size()
727 if root_w!=w or root_h!=h:
732 if desired_w!=root_w or desired_h!=root_h:
738 actual_xdpi = round(root_w * 25.4 / wmm)
[all …]
H A Duinput_device.py146 def __init__(self, device, device_path, root_w, root_h): argument
148 self.root_w = root_w
157 self.device.emit(ABS_X, x*(2**24)//self.root_w, syn=False)
H A Dx11_server_base.py125 root_w, root_h = super().configure_best_screen_size()
127 self.touchpad_device.root_w = root_w
129 return root_w, root_h
188 root_w, root_h = self.get_root_window_size()
189 … self.touchpad_device = UInputTouchpadDevice(uinput_device, device_path, root_w, root_h)
H A Ddesktop_server.py370 root_w, root_h = get_root_size()
371 log.info(" initial resolution: %ix%i", root_w, root_h)
373 log_screen_sizes(root_w, root_h, sss)
387 root_w, root_h = self.root_window.get_geometry()[2:4]
390 return root_w, root_h
394 return root_w, root_h
399 return root_w, root_h
402 w, h, root_w, root_h)
405 return root_w, root_h
/dports/x11/xpra/xpra-4.3/xpra/server/source/
H A Dclientdisplay_mixin.py118 def updated_desktop_size(self, root_w, root_h, max_w, max_h): argument
120 (root_w, root_h, max_w, max_h), self.randr_notify, self.desktop_size)
123 …ndr_notify and (not self.desktop_size_server or tuple(self.desktop_size_server)!=(root_w, root_h)):
124 self.desktop_size_server = root_w, root_h
125 self.send("desktop_size", root_w, root_h, max_w, max_h)
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dwiresedit.c129 *root_w = w; in wire_choose_root()
138 if ((w->driver == w && (*root_w)->driver == *root_w) in wire_choose_root()
139 || (w->driver != w && (*root_w)->driver != *root_w)) { in wire_choose_root()
140 if (w < *root_w) *root_w = w; in wire_choose_root()
141 } else if (w->driver == w && (*root_w)->driver != *root_w) { in wire_choose_root()
142 *root_w = w; in wire_choose_root()
155 wire_choose_root(w,root_w); in wire_sigroot_aux()
163 wire_choose_root(xw,root_w); in wire_sigroot_aux()
189 GWire *root_w = 0; in wire_sigroot() local
194 if (!root_w) { in wire_sigroot()
[all …]
/dports/x11/xdotool/xdotool-3.20210804.2/
H A Dcmd_windowsize.c86 unsigned int root_w, root_h; /* for percent */ in cmd_windowsize() local
93 xdo_get_window_size(context->xdo, root, &root_w, &root_h); in cmd_windowsize()
96 width = (root_w * width / 100); in cmd_windowsize()
H A Dcmd_windowmove.c107 unsigned int root_w, root_h; /* for percent */ in cmd_windowmove() local
114 xdo_get_window_size(context->xdo, root, &root_w, &root_h); in cmd_windowmove()
117 windowmove.x = (root_w * width / 100); in cmd_windowmove()
/dports/x11/xtacy/Xtacy/
H A Dstarback.c59 int root_w, root_h; variable
104 root_w=CX[winno]; in init_galaxy()
138 if ((star->oldx/HIGHPREC < 0) || (star->oldx/HIGHPREC > root_w) || in update_star()
217 wanted_center_x = rndm(root_w); in draw_stars()
/dports/x11-wm/fluxbox/fluxbox-1.3.7/util/fbrun/
H A Dmain.cc178 unsigned int root_w = WidthOfScreen(DefaultScreenOfDisplay(dpy)); in main() local
193 root_w = screen_info[i].width; in main()
208 if (x + fbrun.width() > root_x + root_w) in main()
209 x = root_x + root_w - fbrun.width(); in main()
/dports/astro/xphoon/xphoon-20000613/
H A Dxphoon.c250 static int root_w, root_h; variable
273 root_w = DisplayWidth( display, screen );
595 display, root, root_w, root_h, DefaultDepth( display, screen ) );
605 for ( x = 0; x < root_w; x += TILE_SIZE )
610 for ( i = ( root_w * root_h ) / ( TILE_SIZE * TILE_SIZE ) / 5; i > 0; --i )
612 x = random() % ( root_w - TILE_SIZE );
620 x = ( root_w - bits_w ) / 2;
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-fm/deskview/
H A Ddeskview_callbacks.i276 gint root_w; in watch_preferences_f() local
278 rfm_layout_get_root_parameters(view_p, &root_w, &root_h, NULL); in watch_preferences_f()
285 NULL, NULL, &root_w, &root_h, NULL); in watch_preferences_f()
286 if (root_w != root_w2 || root_h != root_h2) { in watch_preferences_f()
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dpixmap.c689 unsigned int root_w, root_h; in fill_with_darkened_background() local
696 root_pixmap = ValidatePixmap (None, 1, 1, &root_w, &root_h); in fill_with_darkened_background()
708 …ASImage *src_im = (root_im == NULL)?pixmap2ximage( asv, root_pixmap, 0, 0, root_w, root_h, AllPlan… in fill_with_darkened_background()
740 unsigned int root_w, root_h; in fill_with_pixmapped_background() local
744 root_pixmap = ValidatePixmap (None, 1, 1, &root_w, &root_h); in fill_with_pixmapped_background()
753 pixmap2ximage( asv, root_pixmap, 0, 0, root_w, root_h, AllPlanes, 0 ); in fill_with_pixmapped_background()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dpixmap.c689 unsigned int root_w, root_h; in fill_with_darkened_background() local
696 root_pixmap = ValidatePixmap (None, 1, 1, &root_w, &root_h); in fill_with_darkened_background()
708 …ASImage *src_im = (root_im == NULL)?pixmap2ximage( asv, root_pixmap, 0, 0, root_w, root_h, AllPlan… in fill_with_darkened_background()
740 unsigned int root_w, root_h; in fill_with_pixmapped_background() local
744 root_pixmap = ValidatePixmap (None, 1, 1, &root_w, &root_h); in fill_with_pixmapped_background()
753 pixmap2ximage( asv, root_pixmap, 0, 0, root_w, root_h, AllPlanes, 0 ); in fill_with_pixmapped_background()
/dports/korean/nabi/nabi-f08d7d3/src/
H A Dcandidate.c261 int root_w, root_h, cand_w, cand_h; in nabi_candidate_set_window_position() local
277 root_w = gdk_screen_width(); in nabi_candidate_set_window_position()
288 if (absx + cand_w > root_w) in nabi_candidate_set_window_position()
289 absx = root_w - cand_w; in nabi_candidate_set_window_position()
/dports/x11-fm/librfm/librfm5-5.3.16.4/primary/
H A Dprimary-icons.c152 gint root_w; in rfm_create_background_pixmap() local
172 &root_x, &root_y, &root_w, &root_h, &root_d); in rfm_create_background_pixmap()
173 Pixmap xpixmap = XCreatePixmap (Xdisplay, GDK_ROOT_WINDOW (), root_w, root_h, root_d); in rfm_create_background_pixmap()
204 XFillRectangle (Xdisplay, xpixmap, graphic_context, 0, 0, root_w, root_h); in rfm_create_background_pixmap()
213 pixbuf = rfm_create_background_pixbuf (file, root_w, root_h); in rfm_create_background_pixmap()
225 root_w, root_h); in rfm_create_background_pixmap()
234 (root_w - gdk_pixbuf_get_width (pixbuf)) / 2, in rfm_create_background_pixmap()
/dports/x11/xpra/xpra-4.3/xpra/x11/gtk_x11/
H A Dwm.py215 root_w, root_h = get_default_root_window().get_geometry()[2:4]
217 self.set_workarea(0, 0, root_w, root_h)
218 self.set_desktop_geometry(root_w, root_h)
/dports/x11/xpra/xpra-4.3/xpra/server/
H A Dserver_base.py404 root_w, root_h = self.get_root_window_size()
405 self.send_hello(ss, root_w, root_h, auth_caps)
498 def send_hello(self, server_source, root_w, root_h, server_cipher): argument
531 "actual_desktop_size" : (root_w, root_h),
532 "root_window_size" : (root_w, root_h),
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/deep_mimic/env/
H A Dhumanoid_stable_pd_multiclip.py491 root_w = 0.2
497 total_w = pose_w + vel_w + end_eff_w + root_w + com_w
501 root_w /= total_w
639 …reward = pose_w * pose_reward + vel_w * vel_reward + end_eff_w * end_eff_reward + root_w * root_re…

12