Home
last modified time | relevance | path

Searched refs:wdy (Results 1 – 25 of 261) sorted by relevance

1234567891011

/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()
171 wdc.DrawLine(0, 1, 0, wdy)
173 wdc.DrawLine(wdx - 1, 1, wdx - 1, wdy)
174 wdc.DrawLine(1, wdy - 1, wdx - 1, wdy - 1)
180 wdc.DrawLine(1, 1, 1, wdy - 1)
182 wdc.DrawLine(2, 2, 2, wdy - 2)
184 wdc.DrawLine(wdx - 2, 2, wdx - 2, wdy - 1)
185 wdc.DrawLine(2, wdy - 2, wdx - 2, wdy - 2)
[all …]
/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()
205 wdc.DrawLine(0, 1, 0, wdy)
207 wdc.DrawLine(wdx - 1, 1, wdx - 1, wdy)
208 wdc.DrawLine(1, wdy - 1, wdx - 1, wdy - 1)
214 wdc.DrawLine(1, 1, 1, wdy - 1)
216 wdc.DrawLine(2, 2, 2, wdy - 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()
212 oy = (wdy - self._dy) / 2
248 wdc.DrawLine(1, 1, 1, wdy - 1)
250 wdc.DrawLine(2, 2, 2, wdy - 2)
253 wdc.DrawLine(2, wdy - 2, wdx - 2, wdy - 2)
255 wdc.DrawLine(3, wdy - 3, wdx - 3, wdy - 3)
261 wdc.DrawLine(0, 1, 0, wdy)
263 wdc.DrawLine(wdx - 1, 1, wdx - 1, wdy)
[all …]
/dports/audio/praat/praat-6.2.03/sys/
H A DGraphics_linesAndAreas.cpp784 xyDC [1] = wdy (y1WC); in Graphics_line()
786 xyDC [3] = wdy (y2WC); in Graphics_line()
821 const integer clipy1 = wdy (my d_y1WC), clipy2 = wdy (my d_y2WC); in Graphics_function_()
850 integer minDC = wdy (mini); in Graphics_function_()
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.cpp26 #define wdy(y) ((y) * my scaleY + my deltaY) macro
146 highlight (me, wdx (x1WC), wdx (x2WC), wdy (y1WC), wdy (y2WC)); in Graphics_highlight()
211 …light2 (me, wdx (x1WC), wdx (x2WC), wdy (y1WC), wdy (y2WC), wdx (x1WC_inner), wdx (x2WC_inner), wd… in Graphics_highlight2()
/dports/textproc/wv/wv-1.2.9/
H A Ddttm.c55 dttm->wdy = (temp2_16 & 0xE000) >> 13; in wvCreateDTTM()
68 dttm->wdy = 0; in wvInitDTTM()
85 wvError (("wdy is %d\n", src->wdy)); in wvListDTTM()
108 out.tm_wday = src->wdy; in wvDTTMtoUnix()
/dports/games/crimson/crimson-0.5.3/src/comet/
H A Deventwindow.cpp74 wdy += wd->Height() + 5; in EdEventGenericWindow()
85 wdy += wd->Height() + 5; in EdEventGenericWindow()
90 wdy += wd->Height() + 5; in EdEventGenericWindow()
102 wdy += wd->Height() + 5; in EdEventGenericWindow()
107 wdy += wd->Height() + 5; in EdEventGenericWindow()
120 wdy += wd->Height() + 5; in EdEventGenericWindow()
665 wdy = wdh + 10; in EdEventManipEventWindow()
672 wdy += wdh + 5; in EdEventManipEventWindow()
811 wdy += wdh + 5; in EdEventMiningWindow()
1218 wdy = wdh + 10; in EdEventSetTimerWindow()
[all …]
H A Dextwindow2.cpp485 unsigned short wdh = sfont->Height() + 8, wdx, wdy = 5; in EdMissionSetupWindow() local
489 wd = new CycleWidget( B_ID_PLAYERS, wdx, wdy, in EdMissionSetupWindow()
499 wdy += wdh + 5; in EdMissionSetupWindow()
500 wd = new StringWidget( S_ID_MUSIC, wdx, wdy, w - wdx - 5, wdh, in EdMissionSetupWindow()
517 wdy += wdh + 10; in EdMissionSetupWindow()
525 showmsg = new CycleWidget( B_ID_SHOWMSG, wdx, wdy, in EdMissionSetupWindow()
530 wdy += wdh + 5; in EdMissionSetupWindow()
531 msg = new TextScrollWidget( 0, 5, wdy, in EdMissionSetupWindow()
1417 unsigned short wdh = sfont->Height() + 8, wdw, wdy; in EdMsgWindow() local
1442 wdy = w_lid->TopEdge() + wdh + 10; in EdMsgWindow()
[all …]
/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)
140 wdy = v_sim.UiNumericalEntry.new(0.)
141 wdy.set_width_chars(6)
142 hbox.pack_start(wdy, True, True, 0)
150 wdx, wdy, wdz, wdx_ref, wdy_ref, wdz_ref)
153 return (wdx, wdy, wdz)
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DSplash.cc3044 wdy = (SplashCoord)0.5 * w * dy; in makeStrokePath()
3080 pathIn->pts[i].y - wdy); in makeStrokePath()
3085 pathIn->pts[i].x + wdy, in makeStrokePath()
3090 pathIn->pts[i].y + wdx - wdy); in makeStrokePath()
3092 pathIn->pts[i].y - wdx - wdy); in makeStrokePath()
3093 pathOut->lineTo(pathIn->pts[i].x + wdy, in makeStrokePath()
3117 pathIn->pts[i+1].y + wdy); in makeStrokePath()
3122 pathIn->pts[i+1].x - wdy, in makeStrokePath()
3127 pathIn->pts[i+1].y - wdx + wdy); in makeStrokePath()
3129 pathIn->pts[i+1].y + wdx + wdy); 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
254 wdy = 0; in hidgl_draw_line()
259 wdy = deltax * 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.cc3677 wdy = (SplashCoord)0.5 * w * dy; in makeStrokePath()
3713 pathIn->pts[i].y - wdy); in makeStrokePath()
3718 pathIn->pts[i].x + wdy, in makeStrokePath()
3723 pathIn->pts[i].y + wdx - wdy); in makeStrokePath()
3725 pathIn->pts[i].y - wdx - wdy); in makeStrokePath()
3726 pathOut->lineTo(pathIn->pts[i].x + wdy, in makeStrokePath()
3750 pathIn->pts[i+1].y + wdy); in makeStrokePath()
3755 pathIn->pts[i+1].x - wdy, in makeStrokePath()
3760 pathIn->pts[i+1].y - wdx + wdy); in makeStrokePath()
3762 pathIn->pts[i+1].y + wdx + wdy); in makeStrokePath()
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dmatrix.pyx32 "xdy", "ydy", "zdy", "wdy",
56 wdx, wdy, wdz, wdw
123 self.wdx, self.wdy, self.wdz, self.wdw) = l
153 rv.xdy = other.wdy*self.xdw + other.xdy*self.xdx + other.ydy*self.xdy + other.zdy*self.xdz
158 rv.ydy = other.wdy*self.ydw + other.xdy*self.ydx + other.ydy*self.ydy + other.zdy*self.ydz
163 rv.zdy = other.wdy*self.zdw + other.xdy*self.zdx + other.ydy*self.zdy + other.zdy*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()
565 wdyPrev = wdy; 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
108 wdy = directionToDy(windGetDirection()); in getWindPenalty()
111 int dotprod = (vdx * wdx + vdy * wdy); in getWindPenalty()
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/tile/
H A Dcol.jl47 (wdy (if (resize)
52 (push-window (car ws) wx y wdx wdy)
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/geometry/strategies/transform/
H A Dmap_transformer.hpp115 W wdy = wy2 - wy1; in set_transformation() local
117 type sy = (py2 - py1) / boost::numeric_cast<type>(wdy); in set_transformation()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/strategies/transform/
H A Dmap_transformer.hpp118 W wdy = wy2 - wy1; in set_transformation() local
120 type sy = (py2 - py1) / boost::numeric_cast<type>(wdy); in set_transformation()
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/strategies/transform/
H A Dmap_transformer.hpp118 W wdy = wy2 - wy1; in set_transformation() local
120 type sy = (py2 - py1) / boost::numeric_cast<type>(wdy); in set_transformation()
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/strategies/transform/
H A Dmap_transformer.hpp118 W wdy = wy2 - wy1; in set_transformation() local
120 type sy = (py2 - py1) / boost::numeric_cast<type>(wdy); in set_transformation()
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/strategies/transform/
H A Dmap_transformer.hpp118 W wdy = wy2 - wy1; in set_transformation() local
120 type sy = (py2 - py1) / boost::numeric_cast<type>(wdy); in set_transformation()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/strategies/transform/
H A Dmap_transformer.hpp118 W wdy = wy2 - wy1; in set_transformation() local
120 type sy = (py2 - py1) / boost::numeric_cast<type>(wdy); in set_transformation()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/geometry/strategies/transform/
H A Dmap_transformer.hpp118 W wdy = wy2 - wy1; in set_transformation() local
120 type sy = (py2 - py1) / boost::numeric_cast<type>(wdy); in set_transformation()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/geometry/strategies/transform/
H A Dmap_transformer.hpp118 W wdy = wy2 - wy1; in set_transformation() local
120 type sy = (py2 - py1) / boost::numeric_cast<type>(wdy); in set_transformation()

1234567891011