Home
last modified time | relevance | path

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

/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dmoveresize.c57 static gint start_x, start_y, start_cx, start_cy, start_cw, start_ch; variable
238 start_cx = c->area.x; in moveresize_start()
263 cur_x = start_cx; in moveresize_start()
338 (cancel ? start_cx : cur_x), in moveresize_end()
954 cur_x = start_cx + e->xmotion.x_root - start_x; in moveresize_event()
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dwindow-basic-auto-config-test.cpp974 int start_cx = cx; in set_closest_res() local
979 int pixel_cx_diff = abs(start_cx - res.cx); in set_closest_res()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dgamewin.cc1951 int start_cx = ((scrolltx + in find_object() local
1965 for (int cx = start_cx; cx != stop_cx; cx = INCR_CHUNK(cx)) { in find_object()