Home
last modified time | relevance | path

Searched defs:dy (Results 176 – 200 of 22241) sorted by relevance

12345678910>>...890

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/nfnt/resize/
H A Dfilters.go83 func createWeights8(dy, filterLength int, blur, scale float64, kernel func(float64) float64) ([]int… argument
103 func createWeights16(dy, filterLength int, blur, scale float64, kernel func(float64) float64) ([]in… argument
122 func createWeightsNearest(dy, filterLength int, blur, scale float64) ([]bool, []int, int) { argument
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/nfnt/resize/
H A Dfilters.go83 func createWeights8(dy, filterLength int, blur, scale float64, kernel func(float64) float64) ([]int… argument
103 func createWeights16(dy, filterLength int, blur, scale float64, kernel func(float64) float64) ([]in… argument
122 func createWeightsNearest(dy, filterLength int, blur, scale float64) ([]bool, []int, int) { argument
/dports/www/gitea/gitea-1.16.5/vendor/github.com/nfnt/resize/
H A Dfilters.go83 func createWeights8(dy, filterLength int, blur, scale float64, kernel func(float64) float64) ([]int… argument
103 func createWeights16(dy, filterLength int, blur, scale float64, kernel func(float64) float64) ([]in… argument
122 func createWeightsNearest(dy, filterLength int, blur, scale float64) ([]bool, []int, int) { argument
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/nfnt/resize/
H A Dfilters.go83 func createWeights8(dy, filterLength int, blur, scale float64, kernel func(float64) float64) ([]int… argument
103 func createWeights16(dy, filterLength int, blur, scale float64, kernel func(float64) float64) ([]in… argument
122 func createWeightsNearest(dy, filterLength int, blur, scale float64) ([]bool, []int, int) { argument
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Daiboneel.cpp80 int dy = Sin(pSprite->ang) >> 16; in BiteSeqCallback() local
130 int dy = y-pSprite->y; in thinkTarget() local
167 int dy = pXSprite->targetY-pSprite->y; in thinkGoto() local
189 int dy = pTarget->y-pSprite->y; in thinkPonder() local
241 int dy = yvel[nSprite]; in MoveDodgeUp() local
267 int dy = yvel[nSprite]; in MoveDodgeDown() local
293 int dy = pTarget->y-pSprite->y; in thinkChase() local
350 int dy = pXSprite->targetY-pSprite->y; in MoveForward() local
381 int dy = pXSprite->targetY-pSprite->y; in MoveSwoop() local
410 int dy = pXSprite->targetY-pSprite->y; in MoveAscend() local
H A Daibat.cpp79 int dy = Sin(pSprite->ang) >> 16; in BiteSeqCallback() local
117 int dy = y-pSprite->y; in thinkTarget() local
152 int dy = pXSprite->targetY-pSprite->y; in thinkGoto() local
174 int dy = pTarget->y-pSprite->y; in thinkPonder() local
226 int dy = yvel[nSprite]; in MoveDodgeUp() local
252 int dy = yvel[nSprite]; in MoveDodgeDown() local
278 int dy = pTarget->y-pSprite->y; in thinkChase() local
339 int dy = pXSprite->targetY-pSprite->y; in MoveForward() local
373 int dy = pXSprite->targetY-pSprite->y; in MoveSwoop() local
405 int dy = pXSprite->targetY-pSprite->y; in MoveFly() local
H A Daighost.cpp95 int dy = Sin(pSprite->ang)>>16; in SlashSeqCallback() local
122 int dy = pXSprite->targetY-pSprite->y; in BlastSeqCallback() local
161 int dy = (ty-y2)>>4; in BlastSeqCallback() local
238 int dy = y-pSprite->y; in thinkTarget() local
278 int dy = pXSprite->targetY-pSprite->y; in thinkGoto() local
302 int dy = yvel[nSprite]; in MoveDodgeUp() local
332 int dy = yvel[nSprite]; in MoveDodgeDown() local
366 int dy = pTarget->y-pSprite->y; in thinkChase() local
475 int dy = pXSprite->targetY-pSprite->y; in MoveForward() local
513 int dy = pXSprite->targetY-pSprite->y; in MoveSlow() local
[all …]
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/
H A DJPS.h298 int dy = int(p.y - src.y); in jumpP() local
313 template <typename GRID> Position Searcher<GRID>::jumpD(Position p, int dx, int dy) in jumpD()
393 template <typename GRID> inline Position Searcher<GRID>::jumpY(Position p, int dy) in jumpY()
439 int dy = int(y - src.y); in jumpPRec() local
479 #define JPS_CHECKGRID(dx, dy) (grid(x+(dx), y+(dy))) in findNeighbors() argument
480 #define JPS_ADDPOS(dx, dy) do { *w++ = Pos(x+(dx), y+(dy)); } while(0) in findNeighbors() argument
481 #define JPS_ADDPOS_CHECK(dx, dy) do { if(JPS_CHECKGRID(dx, dy)) JPS_ADDPOS(dx, dy); } while(0) in findNeighbors() argument
482 #define JPS_ADDPOS_NO_TUNNEL(dx, dy) do { if(grid(x+(dx),y) || grid(x,y+(dy))) JPS_ADDPOS_CHECK(dx,… in findNeighbors() argument
505 int dy = int(y - n->parent->pos.y); in findNeighbors() local
621 int dy = int(prev->pos.y - y); in generatePath() local
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/specialty_plots/
H A Dtopographic_hillshading.py36 dx, dy = dem['dx'], dem['dy'] variable
37 dy = 111200 * dy variable
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/polynomialCurves2d/
H A DpolynomialCurveDerivative.m76 dy = polynomialDerivate(yCoef); variable
80 dy = dy(end:-1:1); variable
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/noding/
H A DOctant.java37 public static int octant(double dx, double dy) in octant()
81 double dy = p1.y - p0.y; in octant() local
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/contrib/contrib_perego/
H A Ddestriping1.cpp171 double dy = (y - iy) * cos_a / sin_a; in On_Execute() local
191 for(int iy=ry[0], dy=y-ry[0]; iy<=ry[1]; iy++, dy++) in On_Execute() local
195 double dy = (y - iy); in On_Execute() local
/dports/cad/impact/Impact/src/j3d/
H A DMatrix3D.java227 float dy = yo; in view_bottom() local
237 float dy = yo; in view_ne() local
248 float dy = yo; in view_sw() local
259 float dy = yo; in view_se() local
270 float dy = yo; in view_nw() local
281 float dy = yo; in view_left() local
292 float dy = yo; in view_right() local
303 float dy = yo; in view_front() local
313 float dy = yo; in view_back() local
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dxcore.h120 #define CopyArea(sx,sy,w,h,dx,dy) Xcore_copyArea((sx),(sy),(w),(h),(dx),(dy)) argument
121 #define CopyAreaSP(sx,sy,w,h,dx,dy,col) image_copyAreaSP(nact->ags.dib, (sx),(sy),(w),(h),(dx),(dy)… argument
130 #define CopyAreaSP16_shadow(sx,sy,w,h,dx,dy) image_copyAreaSP16_shadow(nact->ags.dib,sx,sy,w,h,dx,d… argument
132 #define CopyAreaSP16_alphaLevel(sx,sy,w,h,dx,dy,lv) image_copyAreaSP16_alphaLevel(nact->ags.dib,sx,… argument
133 #define CopyAreaSP16_alphaBlend(sx,sy,w,h,dx,dy,lv) image_copyAreaSP16_alphaBlend(nact->ags.dib,sx,… argument
134 #define CopyAreaSP16_whiteLevel(sx,sy,w,h,dx,dy,lv) image_copyAreaSP16_whiteLevel(nact->ags.dib,sx,… argument
135 #define Copy_from_alpha(sx,sy,w,h,dx,dy,flg) image_copy_from_alpha(nact->ags.dib,sx,sy,w,h,dx,dy,fl… argument
136 #define Copy_to_alpha(sx,sy,w,h,dx,dy,flg) image_copy_to_alpha(nact->ags.dib,sx,sy,w,h,dx,dy,flg) argument
139 #define Mosaic(sx,sy,w,h,dx,dy,sl) image_Mosaic(nact->ags.dib,(sx),(sy),(w),(h),(dx),(dy),(sl)) argument
144 #define CopyRegion(i,sx,sy,w,h,dx,dy) image_copyRegion(i,sx,sy,w,h,nact->ags.dib,dx,dy) argument
[all …]
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWShadow.C18 WShadow::WShadow(double dx, double dy, const WColor& color, double blur) in WShadow()
43 void WShadow::setOffsets(double dx, double dy) in setOffsets()
/dports/graphics/geos/geos-3.9.1/src/noding/
H A DOctant.cpp34 Octant::octant(double dx, double dy) in octant()
89 double dy = p1.y - p0.y; in octant() local
/dports/devel/inastemp/inastemp-0.2.4/Examples/ParticlesWithBranch/
H A Dmain.cpp64 const double dy = positionsY[idxTarget] - positionsY[idxSource]; in ScalarFunction() local
89 const float dy = positionsY[idxTarget] - positionsY[idxSource]; in ScalarFunction() local
164 const double dy = positionsY[idxTarget] - positionsY[idxSource]; in HandVectorizedFunctionALTIVEC() local
233 const float dy = positionsY[idxTarget] - positionsY[idxSource]; in HandVectorizedFunctionALTIVEC() local
311 const double dy = positionsY[idxTarget] - positionsY[idxSource]; in HandVectorizedFunctionAVX512KNL() local
381 const float dy = positionsY[idxTarget] - positionsY[idxSource]; in HandVectorizedFunctionAVX512KNL() local
455 const double dy = positionsY[idxTarget] - positionsY[idxSource]; in HandVectorizedFunctionAVX() local
522 const float dy = positionsY[idxTarget] - positionsY[idxSource]; in HandVectorizedFunctionAVX() local
598 const double dy = positionsY[idxTarget] - positionsY[idxSource]; in HandVectorizedFunctionSSE3() local
664 const float dy = positionsY[idxTarget] - positionsY[idxSource]; in HandVectorizedFunctionSSE3() local
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/
H A Ddimg_bitsops.cpp32 void DImg::bitBltImage(const DImg* const src, int dx, int dy) in bitBltImage()
37 void DImg::bitBltImage(const DImg* const src, int sx, int sy, int dx, int dy) in bitBltImage()
42 void DImg::bitBltImage(const DImg* const src, int sx, int sy, int w, int h, int dx, int dy) in bitBltImage()
65 void DImg::bitBltImage(const uchar* const src, int sx, int sy, int w, int h, int dx, int dy, in bitBltImage()
88 bool DImg::normalizeRegionArguments(int& sx, int& sy, int& w, int& h, int& dx, int& dy, in normalizeRegionArguments()
152 int sx, int sy, int w, int h, int dx, int dy, in bitBlt()
194 int sx, int sy, int w, int h, int dx, int dy, in bitBlendImage()
214 int sx, int sy, int w, int h, int dx, int dy, in bitBlend()
/dports/games/openttd/openttd-12.1/src/
H A Dmap.cpp72 int dy; in TileAdd() local
160 const uint dy = Delta(TileY(t0), TileY(t1)); in DistanceManhattan() local
177 const int dy = TileY(t0) - TileY(t1); in DistanceSquare() local
192 const uint dy = Delta(TileY(t0), TileY(t1)); in DistanceMax() local
208 const uint dy = Delta(TileY(t0), TileY(t1)); in DistanceMaxPlusManhattan() local
364 int dy = ddy[dir]; in GetClosestWaterDistance() local
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/potrace/include/
H A Dbitmap.h51 static inline ptrdiff_t getsize( int dy, int h ) in getsize()
88 int dy = bm->dy; in bm_base() local
118 int dy = w == 0 ? 0 : ( w - 1 ) / BM_WORDBITS + 1; in bm_new() local
194 int dy = bm->dy; in bm_invert() local
220 int dy = bm->dy; in bm_flip() local
240 int dy = bm->dy; in bm_resize() local
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXSphered.cpp79 FXdouble dy=center.y-sphere.center.y; in contains() local
91 FXdouble dy=y-center.y; in include() local
122 FXdouble dy=y-center.y; in includeInRadius() local
189 FXdouble dy=sphere.center.y-center.y; in include() local
216 FXdouble dy=sphere.center.y-center.y; in includeInRadius() local
294 FXdouble dy=a.center.y-b.center.y; in overlap() local
H A DFXSpheref.cpp79 FXfloat dy=center.y-sphere.center.y; in contains() local
91 FXfloat dy=y-center.y; in include() local
122 FXfloat dy=y-center.y; in includeInRadius() local
189 FXfloat dy=sphere.center.y-center.y; in include() local
216 FXfloat dy=sphere.center.y-center.y; in includeInRadius() local
294 FXfloat dy=a.center.y-b.center.y; in overlap() local
/dports/graphics/libpotrace/potrace-1.16/src/
H A Dbitmap.h51 static inline ptrdiff_t getsize(int dy, int h) { in getsize()
81 int dy = bm->dy; in bm_base() local
102 int dy = w == 0 ? 0 : (w - 1) / BM_WORDBITS + 1; in bm_new() local
155 int dy = bm->dy; in bm_invert() local
175 int dy = bm->dy; in bm_flip() local
192 int dy = bm->dy; in bm_resize() local
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXSphered.cpp79 FXdouble dy=center.y-sphere.center.y; in contains() local
91 FXdouble dy=y-center.y; in include() local
122 FXdouble dy=y-center.y; in includeInRadius() local
189 FXdouble dy=sphere.center.y-center.y; in include() local
216 FXdouble dy=sphere.center.y-center.y; in includeInRadius() local
294 FXdouble dy=a.center.y-b.center.y; in overlap() local
H A DFXSpheref.cpp79 FXfloat dy=center.y-sphere.center.y; in contains() local
91 FXfloat dy=y-center.y; in include() local
122 FXfloat dy=y-center.y; in includeInRadius() local
189 FXfloat dy=sphere.center.y-center.y; in include() local
216 FXfloat dy=sphere.center.y-center.y; in includeInRadius() local
294 FXfloat dy=a.center.y-b.center.y; in overlap() local

12345678910>>...890