Home
last modified time | relevance | path

Searched refs:drag_w (Results 1 – 7 of 7) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/scripts/
H A Ddragger.tcl25 variable drag_w
35 variable drag_w
51 variable drag_w
57 set W [winfo width $drag_w]
58 set H [winfo height $drag_w]
69 variable drag_w
73 set w $drag_w
101 variable drag_w
170 variable drag_w
188 set drag_w .dragger
[all …]
/dports/x11/terminology/terminology-1.9.0/data/themes/default/
H A Dbackground.edc1768 new y, h, drag_x, drag_w;
1779 get_geometry(PART:"tabdrag", drag_x, y, drag_w, h);
1780 if (drag_w > 0) {
1790 mid = mid / drag_w;
/dports/devel/stb/stb-f54acd4/
H A Dstb_tilemap_editor.h895 int drag_x, drag_y, drag_w, drag_h; member
2806 int w = stbte__ui.drag_w, h = stbte__ui.drag_h; in stbte__drag_update()
2923 stbte__ui.select_x1 = stbte__ui.select_x0 + stbte__ui.drag_w - 1; in stbte__drag_place()
2951 … if (!stbte__ui.shift && ox >= 0 && ox < stbte__ui.drag_w && oy >= 0 && oy < stbte__ui.drag_h) { in stbte__tile_paint()
2957 if (ox >= 0 && ox < stbte__ui.drag_w && oy >= 0 && oy < stbte__ui.drag_h) { in stbte__tile_paint()
3214 stbte__ui.drag_w = stbte__ui.select_x1 - stbte__ui.select_x0 + 1; in stbte__tile()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_tilemap_editor.h895 int drag_x, drag_y, drag_w, drag_h; member
2806 int w = stbte__ui.drag_w, h = stbte__ui.drag_h; in stbte__drag_update()
2923 stbte__ui.select_x1 = stbte__ui.select_x0 + stbte__ui.drag_w - 1; in stbte__drag_place()
2951 … if (!stbte__ui.shift && ox >= 0 && ox < stbte__ui.drag_w && oy >= 0 && oy < stbte__ui.drag_h) { in stbte__tile_paint()
2957 if (ox >= 0 && ox < stbte__ui.drag_w && oy >= 0 && oy < stbte__ui.drag_h) { in stbte__tile_paint()
3214 stbte__ui.drag_w = stbte__ui.select_x1 - stbte__ui.select_x0 + 1; in stbte__tile()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_tilemap_editor.h895 int drag_x, drag_y, drag_w, drag_h; member
2806 int w = stbte__ui.drag_w, h = stbte__ui.drag_h; in stbte__drag_update()
2923 stbte__ui.select_x1 = stbte__ui.select_x0 + stbte__ui.drag_w - 1; in stbte__drag_place()
2951 … if (!stbte__ui.shift && ox >= 0 && ox < stbte__ui.drag_w && oy >= 0 && oy < stbte__ui.drag_h) { in stbte__tile_paint()
2957 if (ox >= 0 && ox < stbte__ui.drag_w && oy >= 0 && oy < stbte__ui.drag_h) { in stbte__tile_paint()
3214 stbte__ui.drag_w = stbte__ui.select_x1 - stbte__ui.select_x0 + 1; in stbte__tile()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_tilemap_editor.h890 int drag_x, drag_y, drag_w, drag_h; member
2806 int w = stbte__ui.drag_w, h = stbte__ui.drag_h; in stbte__drag_update()
2923 stbte__ui.select_x1 = stbte__ui.select_x0 + stbte__ui.drag_w - 1; in stbte__drag_place()
2954 … if (!stbte__ui.shift && ox >= 0 && ox < stbte__ui.drag_w && oy >= 0 && oy < stbte__ui.drag_h) { in stbte__tile_paint()
2960 if (ox >= 0 && ox < stbte__ui.drag_w && oy >= 0 && oy < stbte__ui.drag_h) { in stbte__tile_paint()
3217 stbte__ui.drag_w = stbte__ui.select_x1 - stbte__ui.select_x0 + 1; in stbte__tile()
/dports/x11/terminology/terminology-1.9.0/data/themes/
H A Dmild.edc1327 new y, h, drag_x, drag_w;
1338 get_geometry(PART:"tabdrag", drag_x, y, drag_w, h);
1339 if (drag_w > 0) {
1349 mid = mid / drag_w;