Home
last modified time | relevance | path

Searched refs:wdx (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/objs/
H A Dwing.cpp17 int wdx; variable
23 if(wdx < 0 || wdx >= Num_wings || sdx < 1 || sdx > Wings[wdx].current_count) {
31 Wings[wdx].ship_index[sdx] = ndx->objp->instance;
39 int wdx; variable
40 if(!ade_get_args(L, "o", l_Wing.Get(&wdx)) || wdx < 0 || wdx >= Num_wings)
48 int wdx; variable
50 if ( !ade_get_args(L, "o|s", l_Wing.Get(&wdx), &s) || wdx < 0 || wdx >= Num_wings )
54 auto len = sizeof(Wings[wdx].name);
55 strncpy(Wings[wdx].name, s, len);
56 Wings[wdx].name[len - 1] = 0;
[all …]
/dports/games/crimson/crimson-0.5.3/src/comet/
H A Deventwindow.cpp80 e_title = new StringWidget( 0, wdx, wdy, w - wdx - 5, wdh, in EdEventGenericWindow()
117 e_depends = new StringWidget( 0, wdx, wdy, w - wdx - 5, wdh, in EdEventGenericWindow()
420 e_unit = new StringWidget( 0, wdx, 5, w - wdx - 5, wdh, in EdEventCreateUnitWindow()
438 wdx, wd->TopEdge(), w - 5 - wdx, wdh, in EdEventCreateUnitWindow()
545 e_unit = new StringWidget( 0, wdx, 5, w - wdx - 5, wdh, in EdEventDestroyUnitWindow()
661 e_event = new StringWidget( 0, wdx, 5, w - wdx - 5, wdh, in EdEventManipEventWindow()
1215 e_event = new StringWidget( 0, wdx, 5, w - wdx - 5, wdh, in EdEventSetTimerWindow()
1306 t_shop = new StringWidget( 0, wdx, 5, w - wdx - 5, wdh, in EdTrigHaveCrystalsWindow()
1414 t_shop = new StringWidget( 0, wdx, 5, w - wdx - 5, wdh, in EdTrigHaveShopWindow()
1496 t_unit = new StringWidget( 0, wdx, 5, w - wdx - 5, wdh, in EdTrigHaveUnitWindow()
[all …]
H A Dextwindow2.cpp485 unsigned short wdh = sfont->Height() + 8, wdx, wdy = 5; in EdMissionSetupWindow() local
488 wdx = sfont->Width() * 4 + 10; in EdMissionSetupWindow()
489 wd = new CycleWidget( B_ID_PLAYERS, wdx, wdy, in EdMissionSetupWindow()
490 w/2 - wdx - 5, wdh, WIDGET_ALIGN_LEFT, in EdMissionSetupWindow()
494 wdx = w/2 + sfont->Width() * 8 + 10; in EdMissionSetupWindow()
495 wd = new StringWidget( S_ID_SEQUEL, wdx, wdy, w - wdx - 5, wdh, in EdMissionSetupWindow()
500 wd = new StringWidget( S_ID_MUSIC, wdx, wdy, w - wdx - 5, wdh, in EdMissionSetupWindow()
511 wd = new CheckboxWidget( B_ID_SKIRMISH, wdx, wd->TopEdge(), in EdMissionSetupWindow()
524 wdx = sfont->Width() * 7 + 10; in EdMissionSetupWindow()
525 showmsg = new CycleWidget( B_ID_SHOWMSG, wdx, wdy, in EdMissionSetupWindow()
[all …]
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/wx/
H A Dimage_control.py139 wdx, wdy = self.GetClientSize()
142 if (0 <= x < wdx) and (0 <= y < wdy):
158 wdx, wdy = self.GetClientSize()
170 wdc.DrawLine(0, 0, wdx, 0)
173 wdc.DrawLine(wdx - 1, 1, wdx - 1, wdy)
174 wdc.DrawLine(1, wdy - 1, wdx - 1, wdy - 1)
179 wdc.DrawLine(1, 1, wdx - 1, 1)
181 wdc.DrawLine(2, 2, wdx - 2, 2)
184 wdc.DrawLine(wdx - 2, 2, wdx - 2, wdy - 1)
185 wdc.DrawLine(2, wdy - 2, wdx - 2, wdy - 2)
[all …]
H A Dscrubber_editor.py247 wdx, wdy = self.control.GetClientSize()
253 tx = (wdx - tdx) // 2
255 tx = wdx - tdx
424 wdx, wdy = control.GetClientSize()
427 dc.DrawRectangle(0, 0, wdx, wdy)
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/wx/
H A Dimage_widget.py173 wdx, wdy = self.GetClientSize().Get()
176 if (0 <= x < wdx) and (0 <= y < wdy):
193 wdx, wdy = self.control.GetClientSize().Get()
204 wdc.DrawLine(0, 0, wdx, 0)
207 wdc.DrawLine(wdx - 1, 1, wdx - 1, wdy)
208 wdc.DrawLine(1, wdy - 1, wdx - 1, wdy - 1)
213 wdc.DrawLine(1, 1, wdx - 1, 1)
215 wdc.DrawLine(2, 2, wdx - 2, 2)
218 wdc.DrawLine(wdx - 2, 2, wdx - 2, wdy - 1)
219 wdc.DrawLine(2, wdy - 2, wdx - 2, wdy - 2)
[all …]
H A Dimage_button.py195 wdx, wdy = control.GetClientSize().Get()
198 if (0 <= x < wdx) and (0 <= y < wdy):
210 wdx, wdy = self.control.GetClientSize().Get()
211 ox = (wdx - self._dx) / 2
247 wdc.DrawLine(1, 1, wdx - 1, 1)
249 wdc.DrawLine(2, 2, wdx - 2, 2)
252 wdc.DrawLine(wdx - 2, 2, wdx - 2, wdy - 1)
253 wdc.DrawLine(2, wdy - 2, wdx - 2, wdy - 2)
254 wdc.DrawLine(wdx - 3, 3, wdx - 3, wdy - 2)
260 wdc.DrawLine(0, 0, wdx, 0)
[all …]
/dports/audio/praat/praat-6.2.03/sys/
H A DGraphics_linesAndAreas.cpp741 xyDC [i + i] = wdx (xWC [i]); in Graphics_polyline()
769 xyDC [i + i] = wdx (xWC [i]); in Graphics_polyline_closed()
783 xyDC [0] = wdx (x1WC); in Graphics_line()
785 xyDC [2] = wdx (x2WC); in Graphics_line()
942 my v_rectangle (wdx (x1WC), wdx (x2WC), wdy (y1WC), wdy (y2WC)); in Graphics_rectangle()
949 my v_fillRectangle (wdx (x1WC), wdx (x2WC), wdy (y1WC), wdy (y2WC)); in Graphics_fillRectangle()
970 my v_button (wdx (x1WC), wdx (x2WC), wdy (y1WC), wdy (y2WC)); in Graphics_button()
978 my v_rectangle (wdx (x1WC) + 1.0, wdx (x2WC) - 1.0, wdy (y1WC) + dy, wdy (y2WC) - dy); in Graphics_innerRectangle()
1051 my v_ellipse (wdx (x1), wdx (x2), wdy (y1), wdy (y2)); in Graphics_ellipse()
1058 my v_fillEllipse (wdx (x1), wdx (x2), wdy (y1), wdy (y2)); in Graphics_fillEllipse()
[all …]
H A DGraphics_image.cpp679 1, z.ncol, wdx (x1WC), wdx (x2WC), 1, z.nrow, wdy (y1WC), wdy (y2WC), minimum, maximum, in Graphics_cellArray()
680 wdx (my d_x1WC), wdx (my d_x2WC), wdy (my d_y1WC), wdy (my d_y2WC), false in Graphics_cellArray()
705 1, z.ncol, wdx (x1WC), wdx (x2WC), 1, z.nrow, wdy (y1WC), wdy (y2WC), minimum, maximum, in Graphics_cellArray_colour()
706 wdx (my d_x1WC), wdx (my d_x2WC), wdy (my d_y1WC), wdy (my d_y2WC), false in Graphics_cellArray_colour()
725 1, z.ncol, wdx (x1WC), wdx (x2WC), 1, z.nrow, wdy (y1WC), wdy (y2WC), minimum, maximum, in Graphics_cellArray8()
726 wdx (my d_x1WC), wdx (my d_x2WC), wdy (my d_y1WC), wdy (my d_y2WC), false in Graphics_cellArray8()
745 1, z.ncol, wdx (x1WC), wdx (x2WC), 1, z.nrow, wdy (y1WC), wdy (y2WC), minimum, maximum, in Graphics_image()
746 wdx (my d_x1WC), wdx (my d_x2WC), wdy (my d_y1WC), wdy (my d_y2WC), true in Graphics_image()
772 wdx (my d_x1WC), wdx (my d_x2WC), wdy (my d_y1WC), wdy (my d_y2WC), true in Graphics_image_colour()
792 wdx (my d_x1WC), wdx (my d_x2WC), wdy (my d_y1WC), wdy (my d_y2WC), true in Graphics_image8()
[all …]
H A DGraphics_colour.cpp25 #define wdx(x) ((x) * my scaleX + my deltaX) macro
146 highlight (me, wdx (x1WC), wdx (x2WC), wdy (y1WC), wdy (y2WC)); in Graphics_highlight()
211 …highlight2 (me, wdx (x1WC), wdx (x2WC), wdy (y1WC), wdy (y2WC), wdx (x1WC_inner), wdx (x2WC_inner)… in Graphics_highlight2()
/dports/net-p2p/awgg/AWGG-5dc1329/debian/
H A Ddoublecmd-plugins.lintian-overrides6 …lugins: shared-lib-without-dependency-information usr/lib/doublecmd/plugins/wdx/deb_wdx/deb_wdx.wdx
7 …lugins: shared-lib-without-dependency-information usr/lib/doublecmd/plugins/wdx/rpm_wdx/rpm_wdx.wdx
/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/python-gi/
H A Dpygi_plot.v_sim.py60 def onTogglePick(widget, interPick, panel, wdx, wdy, wdz, wdx_ref, wdy_ref, wdz_ref): argument
64 wdx, wdy, wdz, wdx_ref, wdy_ref, wdz_ref)
137 wdx = v_sim.UiNumericalEntry.new(0.)
138 wdx.set_width_chars(6)
139 hbox.pack_start(wdx, True, True, 0)
150 wdx, wdy, wdz, wdx_ref, wdy_ref, wdz_ref)
153 return (wdx, wdy, wdz)
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/tile/
H A Dcol.jl46 (wdx (if (resize) dx (window-width w)))
51 (wx (if (> (+ x wdx) sh) (- sh wdx g) x)))
52 (push-window (car ws) wx y wdx wdy)
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DSplash.cc3079 pathIn->pts[i].x - wdx, in makeStrokePath()
3086 pathIn->pts[i].y - wdx); in makeStrokePath()
3090 pathIn->pts[i].y + wdx - wdy); in makeStrokePath()
3092 pathIn->pts[i].y - wdx - wdy); in makeStrokePath()
3094 pathIn->pts[i].y - wdx); in makeStrokePath()
3116 pathIn->pts[i+1].x + wdx, in makeStrokePath()
3123 pathIn->pts[i+1].y + wdx); in makeStrokePath()
3127 pathIn->pts[i+1].y - wdx + wdy); in makeStrokePath()
3131 pathIn->pts[i+1].y + wdx); in makeStrokePath()
3204 pathIn->pts[i+1].y + wdx); in makeStrokePath()
[all …]
/dports/cad/pcb/pcb-4.2.0/src/hid/common/
H A Dhidgl.c236 float wdx, wdy; in hidgl_draw_line() local
253 wdx = -width / 2.; in hidgl_draw_line()
260 wdx = -deltay * width / 2. / length; in hidgl_draw_line()
281 hidgl_add_triangle (&buffer, x1 - wdx, y1 - wdy, in hidgl_draw_line()
282 x2 - wdx, y2 - wdy, in hidgl_draw_line()
283 x2 + wdx, y2 + wdy); in hidgl_draw_line()
284 hidgl_add_triangle (&buffer, x1 - wdx, y1 - wdy, in hidgl_draw_line()
285 x2 + wdx, y2 + wdy, in hidgl_draw_line()
286 x1 + wdx, y1 + wdy); in hidgl_draw_line()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/splash/
H A DSplash.cc3712 pathIn->pts[i].x - wdx, in makeStrokePath()
3719 pathIn->pts[i].y - wdx); in makeStrokePath()
3723 pathIn->pts[i].y + wdx - wdy); in makeStrokePath()
3725 pathIn->pts[i].y - wdx - wdy); in makeStrokePath()
3727 pathIn->pts[i].y - wdx); in makeStrokePath()
3749 pathIn->pts[i+1].x + wdx, in makeStrokePath()
3756 pathIn->pts[i+1].y + wdx); in makeStrokePath()
3760 pathIn->pts[i+1].y - wdx + wdy); in makeStrokePath()
3764 pathIn->pts[i+1].y + wdx); in makeStrokePath()
3837 pathIn->pts[i+1].y + wdx); in makeStrokePath()
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dmatrix.pyx31 "xdx", "ydx", "zdx", "wdx",
56 wdx, wdy, wdz, wdw
123 self.wdx, self.wdy, self.wdz, self.wdw) = l
152 rv.xdx = other.wdx*self.xdw + other.xdx*self.xdx + other.ydx*self.xdy + other.zdx*self.xdz
157 rv.ydx = other.wdx*self.ydw + other.xdx*self.ydx + other.ydx*self.ydy + other.zdx*self.ydz
162 rv.zdx = other.wdx*self.zdw + other.xdx*self.zdx + other.ydx*self.zdy + other.zdx*self.zdz
167 rv.wdx = other.wdx*self.wdw + other.xdx*self.wdx + other.ydx*self.wdy + other.zdx*self.wdz
168 rv.wdy = other.wdy*self.wdw + other.xdy*self.wdx + other.ydy*self.wdy + other.zdy*self.wdz
169 rv.wdz = other.wdz*self.wdw + other.xdz*self.wdx + other.ydz*self.wdy + other.zdz*self.wdz
170 rv.wdw = other.wdw*self.wdw + other.xdw*self.wdx + other.ydw*self.wdy + other.zdw*self.wdz
/dports/textproc/pdftohtml/pdftohtml-0.40a/splash/
H A DSplash.cc535 dx = dy = wdx = wdy = 0; // make gcc happy in strokeWide()
564 wdxPrev = wdx; in strokeWide()
591 widePath->lineTo(seg->x0 + wdy, seg->y0 - wdx); in strokeWide()
597 widePath->lineTo(seg->x0 - wdx - wdy, seg->y0 + wdx - wdy); in strokeWide()
598 widePath->lineTo(seg->x0 - wdx + wdy, seg->y0 - wdx - wdy); in strokeWide()
599 widePath->lineTo(seg->x0 + wdy, seg->y0 - wdx); in strokeWide()
613 widePath->lineTo(seg->x1 - wdy, seg->y1 + wdx); in strokeWide()
619 widePath->lineTo(seg->x1 + wdx + wdy, seg->y1 - wdx + wdy); in strokeWide()
620 widePath->lineTo(seg->x1 + wdx - wdy, seg->y1 + wdx + wdy); in strokeWide()
650 seg->y0 - wdx - miter * wdy); in strokeWide()
[all …]
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dvehicle.cpp98 int vdx, vdy, wdx, wdy, base_speed; in getWindPenalty() local
107 wdx = directionToDx(windGetDirection()); in getWindPenalty()
111 int dotprod = (vdx * wdx + vdy * wdy); in getWindPenalty()
/dports/cad/iverilog/verilog-11.0/vvp/
H A Dvvp_net.h455 unsigned wdx = idx / BITS_PER_WORD; in value() local
457 abits = abits_ptr_[wdx]; in value()
458 bbits = bbits_ptr_[wdx]; in value()
488 abits_ptr_[wdx] &= ~mask; in set_bit()
489 bbits_ptr_[wdx] &= ~mask; in set_bit()
492 abits_ptr_[wdx] |= mask; in set_bit()
493 bbits_ptr_[wdx] &= ~mask; in set_bit()
496 abits_ptr_[wdx] |= mask; in set_bit()
497 bbits_ptr_[wdx] |= mask; in set_bit()
500 abits_ptr_[wdx] &= ~mask; in set_bit()
[all …]
H A Dvpi_tasks.cc477 for (unsigned wdx = 0 ; wdx < vwid_ ; wdx += 32) { in vpi_put_value() local
478 unsigned word = wdx / 32; in vpi_put_value()
482 for (unsigned idx = 0 ; (wdx+idx) < vwid_ && idx < 32; in vpi_put_value()
506 val.set_bit(wdx+idx, bit4); in vpi_put_value()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/geometry/strategies/transform/
H A Dmap_transformer.hpp114 W wdx = wx2 - wx1; in set_transformation() local
116 type sx = (px2 - px1) / boost::numeric_cast<type>(wdx); in set_transformation()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/strategies/transform/
H A Dmap_transformer.hpp117 W wdx = wx2 - wx1; in set_transformation() local
119 type sx = (px2 - px1) / boost::numeric_cast<type>(wdx); in set_transformation()
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/strategies/transform/
H A Dmap_transformer.hpp117 W wdx = wx2 - wx1; in set_transformation() local
119 type sx = (px2 - px1) / boost::numeric_cast<type>(wdx); in set_transformation()
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/strategies/transform/
H A Dmap_transformer.hpp117 W wdx = wx2 - wx1; in set_transformation() local
119 type sx = (px2 - px1) / boost::numeric_cast<type>(wdx); in set_transformation()

1234567