Home
last modified time | relevance | path

Searched refs:xdest (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/devel/py-xarray/xarray-0.20.1/xarray/tests/
H A Dtest_interp.py89 coords = {"x": xdest, "y": da["y"], "x2": ("x", func(da["x2"], xdest))}
119 coords = {"x": xdest, "y": da["y"], "x2": ("x", func(da["x2"], xdest))}
151 xdest = xr.DataArray(
163 "z": xdest["z"],
173 xdest = xr.DataArray(
189 "z": xdest["z"],
190 "w": xdest["w"],
316 xdest = 0.4
330 coords = {"x": xdest, "y": da["y"], "x2": func(da["x2"], xdest)}
345 xdest = 0.4
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Ddmu_lib.cpp115 if(xsrc->xg && xdest->xg) in P_CopyLine()
116 std::memcpy(xdest->xg, xsrc->xg, sizeof(*xdest->xg)); in P_CopyLine()
118 xdest->xg = 0; in P_CopyLine()
121 xdest->arg1 = xsrc->arg1; in P_CopyLine()
122 xdest->arg2 = xsrc->arg2; in P_CopyLine()
123 xdest->arg3 = xsrc->arg3; in P_CopyLine()
124 xdest->arg4 = xsrc->arg4; in P_CopyLine()
125 xdest->arg5 = xsrc->arg5; in P_CopyLine()
175 if(xsrc->xg && xdest->xg) in P_CopySector()
176 std::memcpy(xdest->xg, xsrc->xg, sizeof(*xdest->xg)); in P_CopySector()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/implementation/g2d/motor/
H A DDrawTools.java94 …eredImage image, final double[] ximg, final double[] yimg, final double[] xdest, final double[] yd… in drawTriangleTexture() argument
100 path.moveTo(xdest[0], ydest[0]); in drawTriangleTexture()
101 path.lineTo(xdest[1], ydest[1]); in drawTriangleTexture()
102 path.lineTo(xdest[2], ydest[2]); in drawTriangleTexture()
129 … AffineTransform translationDest = AffineTransform.getTranslateInstance(xdest[0], ydest[0]); in drawTriangleTexture()
132 …AffineTransform toDest = new AffineTransform(xdest[1] - xdest[0], ydest[1] - ydest[0], xdest[2] - in drawTriangleTexture()
163 clamp(g2d, ximg, yimg, xdest, ydest, transformation, image); in drawTriangleTexture()
192 …eredImage image, final double[] ximg, final double[] yimg, final double[] xdest, final double[] yd… in drawParallelogramTexture() argument
199 … AffineTransform translationDest = AffineTransform.getTranslateInstance(xdest[0], ydest[0]); in drawParallelogramTexture()
202 …AffineTransform toDest = new AffineTransform(xdest[1] - xdest[0], ydest[1] - ydest[0], xdest[2] - in drawParallelogramTexture()
[all …]
/dports/games/adonthell-wastesedge/wastesedge-0.3.8/scripts/game_events/
H A Dteleport.py28 def __init__ (self, eventinstance, smdest, xdest, ydest, destdir): argument
30 self.xdest = xdest
36 self.smdest, self.xdest, self.ydest, self.destdir)
H A Dlft_to_vnd.py26 def __init__ (self, eventinstance, smdest, xdest, ydest, destdir): argument
28 self.xdest = xdest
36 events.switch_submap (p, self.smdest, self.xdest, self.ydest, self.destdir)
H A Dvnd_to_lft.py25 def __init__ (self, eventinstance, smdest, xdest, ydest, destdir): argument
27 self.xdest = xdest
35 events.switch_submap (p, self.smdest, self.xdest, self.ydest, self.destdir)
H A Dsilverhair_to_brn.py25 def __init__ (self, eventinstance, smdest, xdest, ydest, destdir): argument
27 self.xdest = xdest
41 events.switch_submap (p, self.smdest, self.xdest, self.ydest, self.destdir)
H A Dbrn_to_silverhair.py26 def __init__ (self, eventinstance, smdest, xdest, ydest, destdir): argument
28 self.xdest = xdest
37 events.switch_submap (p, self.smdest, self.xdest, self.ydest, self.destdir)
H A Dto_storage.py28 def __init__ (self, eventinstance, smdest, xdest, ydest, destdir): argument
30 self.xdest = xdest
45 events.switch_submap (p, self.smdest, self.xdest, self.ydest, self.destdir)
H A Dcellar_to_bjarn.py28 def __init__ (self, eventinstance, smdest, xdest, ydest, destdir): argument
30 self.xdest = xdest
44 events.switch_submap (p, self.smdest, self.xdest, self.ydest, self.destdir)
H A Dsilverhair_to_fst.py27 def __init__ (self, eventinstance, smdest, xdest, ydest, destdir): argument
29 self.xdest = xdest
43 events.switch_submap (p, self.smdest, self.xdest, self.ydest, self.destdir)
H A Dfst_to_silverhair.py28 def __init__ (self, eventinstance, smdest, xdest, ydest, destdir): argument
30 self.xdest = xdest
49 events.switch_submap (p, self.smdest, self.xdest, self.ydest, self.destdir)
/dports/graphics/grx/grx249/src/image/
H A Dihline.c27 int x2, widthimg, yimg, ximg, xdest, ydest, cpysize; in GrImageHLineAlign() local
39 xdest = x + CURC->gc_xoffset; in GrImageHLineAlign()
47 (*bltfun)(&CURC->gc_frame,xdest,ydest, in GrImageHLineAlign()
52 xdest += cpysize; in GrImageHLineAlign()
/dports/x11-fonts/psftools/psftools-1.0.13/tools/
H A Dpsfxform.c261 int xsrc, ysrc, xdest, ydest; in copychar() local
288 for (xdest = 0; xdest < psfo.psf_width; xdest++) in copychar()
292 xsrc = (int)((xscale * xdest)); in copychar()
297 xsrc = xdest + dx; in copychar()
321 psf_set_pixel(&psfo, ndest, xdest, ydest, pix); in copychar()
333 if (pixl) psf_set_pixel(&psfo, ndest, xdest, ydest, pixl); in copychar()
357 psf_set_pixel(&psfo, ndest, xdest, ydest, 0); in copychar()
362 psf_get_pixel(&psfo, ndest, xdest, ydest, &pix); in copychar()
363 psf_set_pixel(&psfo, ndest, xdest, ydest, !pix); in copychar()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/blackfin/lib/
H A Dstring.c36 char *xdest = dest; in strcpy() local
48 return xdest; in strcpy()
53 char *xdest = dest; in strncpy() local
57 return xdest; in strncpy()
72 return xdest; in strncpy()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/blackfin/lib/
H A Dstring.c36 char *xdest = dest; in strcpy() local
48 return xdest; in strcpy()
53 char *xdest = dest; in strncpy() local
57 return xdest; in strncpy()
72 return xdest; in strncpy()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/blackfin/lib/
H A Dstring.c36 char *xdest = dest; in strcpy() local
48 return xdest; in strcpy()
53 char *xdest = dest; in strncpy() local
57 return xdest; in strncpy()
72 return xdest; in strncpy()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/blackfin/lib/
H A Dstring.c36 char *xdest = dest; in strcpy() local
48 return xdest; in strcpy()
53 char *xdest = dest; in strncpy() local
57 return xdest; in strncpy()
72 return xdest; in strncpy()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/blackfin/lib/
H A Dstring.c36 char *xdest = dest; in strcpy() local
48 return xdest; in strcpy()
53 char *xdest = dest; in strncpy() local
57 return xdest; in strncpy()
72 return xdest; in strncpy()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/blackfin/lib/
H A Dstring.c36 char *xdest = dest; in strcpy() local
48 return xdest; in strcpy()
53 char *xdest = dest; in strncpy() local
57 return xdest; in strncpy()
72 return xdest; in strncpy()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/blackfin/lib/
H A Dstring.c36 char *xdest = dest; in strcpy() local
48 return xdest; in strcpy()
53 char *xdest = dest; in strncpy() local
57 return xdest; in strncpy()
72 return xdest; in strncpy()
/dports/graphics/autopano-sift-c/autopano-sift-C-2.5.1/APSCpp/
H A DsaRemap.c137 double *xdest, double *ydest ) in saRemap_fwd() argument
140 *xdest = *ydest = 0; in saRemap_fwd()
153 *xdest = x * R * p->dFx + p->dX0; in saRemap_fwd()
160 double xdest, double ydest, in saRemap_inv() argument
167 dx = xdest - p->dX0; in saRemap_inv()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/blackfin/lib/
H A Dstring.c20 char *xdest = dest; in strcpy() local
32 return xdest; in strcpy()
37 char *xdest = dest; in strncpy() local
41 return xdest; in strncpy()
56 return xdest; in strncpy()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gdk/
H A Dgdkdrawable.inc39 xdest:gint; ydest:gint; width:gint; height:gint); cdecl;
46 xdest:gint; ydest:gint; width:gint; height:gint); cdecl;
140 xsrc:gint; ysrc:gint; xdest:gint; ydest:gint;
158 xdest:gint; ydest:gint; width:gint; height:gint); cdecl; external gdklib;
160 xdest:gint; ydest:gint; width:gint; height:gint); cdecl; external gdklib;
177 xdest:gint; ydest:gint; width:gint; height:gint);
179 xdest:gint; ydest:gint; width:gint; height:gint);
228 xsrc:gint; ysrc:gint; xdest:gint; ydest:gint; width:gint; height:gint);
230 gdk_draw_drawable(drawable,gc,src,xsrc,ysrc,xdest,ydest,width,height);
234 xsrc:gint; ysrc:gint; xdest:gint; ydest:gint; width:gint; height:gint);
[all …]
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gdk/
H A Dgdkdrawable.inc39 xdest:gint; ydest:gint; width:gint; height:gint); cdecl;
46 xdest:gint; ydest:gint; width:gint; height:gint); cdecl;
140 xsrc:gint; ysrc:gint; xdest:gint; ydest:gint;
158 xdest:gint; ydest:gint; width:gint; height:gint); cdecl; external gdklib;
160 xdest:gint; ydest:gint; width:gint; height:gint); cdecl; external gdklib;
177 xdest:gint; ydest:gint; width:gint; height:gint);
179 xdest:gint; ydest:gint; width:gint; height:gint);
228 xsrc:gint; ysrc:gint; xdest:gint; ydest:gint; width:gint; height:gint);
230 gdk_draw_drawable(drawable,gc,src,xsrc,ysrc,xdest,ydest,width,height);
234 xsrc:gint; ysrc:gint; xdest:gint; ydest:gint; width:gint; height:gint);
[all …]

12345678910>>...16