Home
last modified time | relevance | path

Searched refs:snapx (Results 1 – 12 of 12) sorted by relevance

/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dresist.c38 gboolean snapx = 0, snapy = 0; in resist_move_window() local
62 if (!snapx) { in resist_move_window()
65 *x = tr, snapx = TRUE; in resist_move_window()
68 *x = tl - w + 1, snapx = TRUE; in resist_move_window()
69 if (snapx) { in resist_move_window()
91 *x = tl + 1, snapx = TRUE; in resist_move_window()
94 *x = tr - w, snapx = TRUE; in resist_move_window()
99 return snapx && snapy; in resist_move_window()
216 gboolean snapx = 0, snapy = 0; in resist_size_window() local
232 if (!snapx) { in resist_size_window()
[all …]
/dports/www/templatelite/template_lite/src/plugins/
H A Dfunction.popup.php62 if (!empty($snapx)) { $retval .= ",SNAPX,$snapx"; }
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Smarty-2.6.0/libs/plugins/
H A Dfunction.popup.php66 if (!empty($snapx)) { $retval .= ",SNAPX,$snapx"; }
/dports/security/maia/maia_mailguard-7f20bd4/php/themes/dgm/templates/
H A Dlist-cache-table.tpl13 …<div class="cache_row inny {$cache_type}1" {popup text=$poptext snapx="30" snapy="30"}><!-- cache_…
H A Dmenu.tpl5 <a href="welcome.php{$sid}" {popup text=$lang.menu_welcome snapx=20 snapy=20 delay=500}>
/dports/games/ace-of-penguins/ace-1.4/lib/
H A Dtable.c738 int sx, sy, snapx=0, snapy=0; in snap_to_grid() local
739 sx = snap_one(*x, step_x, origin_x, max_distance, &snapx); in snap_to_grid()
741 if (snapx && snapy) in snap_to_grid()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomln.c1887 INTBIG numtexts, snapx, snapy, bestlx, bestly, lx, hx, ly, hy, in us_move() local
2023 if (us_getonesnappoint(&snapx, &snapy)) in us_move()
2025 bestlx = snapx; bestly = snapy; in us_move()
2327 xform(0, 0, &snapx, &snapy, el_curwindowpart->outofcell); in us_move()
2328 snapx += dx; snapy += dy; in us_move()
2329 xform(snapx, snapy, &dx, &dy, el_curwindowpart->intocell); in us_move()
H A Dusrnet.c9114 curhigh->snapx = bestdirect.snapx; in us_findobject()
9125 curhigh->snapx = best.snapx; in us_findobject()
9149 curhigh->snapx = prevdirect.snapx; in us_findobject()
9158 curhigh->snapx = lastdirect.snapx; in us_findobject()
9485 prevdirect->snapx = lastdirect->snapx; in us_checkoutobject()
9610 prevdirect->snapx = lastdirect->snapx; in us_checkoutobject()
10290 &firsthigh->snapx, &firsthigh->snapy); in us_adjusttangentsnappoints()
10292 &secondhigh->snapx, &secondhigh->snapy); in us_adjusttangentsnappoints()
10333 us_xformpointtonode(ix1, iy1, ni, &high->snapx, &high->snapy); in us_adjustonetangent()
10397 us_xformpointtonode(ix, iy, ni, &high->snapx, &high->snapy); in us_adjustoneperpendicular()
[all …]
H A Dusrhigh.c2378 high->snapx = myatoi(keyword); in us_makehighlight()
2438 formatinfstr(infstr, x_("%ld,%ld"), high->snapx, high->snapy); in us_makehighlightstring()
/dports/science/devisor/devisor2.1/devisor2/grid/GUI/dialogs/
H A DOptionsDialog.java353 JLabel snapx = new JLabel ((String)cc.rb.getObject ("options_OptionsDialog_drawPanel_edit_snapx")); in initDrawPanel() local
356 editlayout.setConstraints(snapx, editconstraints); in initDrawPanel()
357 edit.add (snapx); in initDrawPanel()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h386 INTBIG snapx, snapy; /* HIGHSNAP: coordinate of snap point */ member
/dports/devel/umbrello/umbrello-21.12.3/umbrello/
H A Dumlscene.cpp3862 QString snapx = qElement.attribute(QLatin1String("snapx"), QLatin1String("10")); in loadFromXMI1() local
3864 m_layoutGrid->setGridSpacing(snapx.toInt(), snapy.toInt()); in loadFromXMI1()