Home
last modified time | relevance | path

Searched refs:plug_x (Results 1 – 3 of 3) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/examples/ecore/
H A Decore_evas_extn_plug_example.c117 int plug_x, plug_y, plug_w = 0, plug_h = 0; //for button position in main() local
127 plug_x = 10; in main()
214 evas_object_move(plug, plug_x, plug_y); in main()
/dports/x11/xpra/xpra-4.3/xpra/
H A Dutil.py570 plug_x, plug_y = m[1:3]
571 monitors_distances.append((plug_x+plug_y*width, m))
577 … plug_name, plug_x, plug_y, plug_width, plug_height, plug_width_mm, plug_height_mm = m[:7]
580 if plug_width!=width or plug_height!=height or plug_x!=0 or plug_y!=0:
582 if plug_x!=0 or plug_y!=0 or len(sorted_monitors)>1:
583 info.append("at %4ix%-4i" % (plug_x, plug_y))
/dports/x11/xpra/xpra-4.3/xpra/x11/
H A Dserver.py1298 … plug_name, plug_x, plug_y, plug_width, plug_height, plug_width_mm, plug_height_mm = m[:7]
1300 paint_grey_rect((0.7, 0.7, 0.7), plug_x, plug_y, plug_width, plug_height)