Home
last modified time | relevance | path

Searched defs:dy (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/gd/libgd/
H A Dgd.c1042 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageLine() local
1240 long dx, dy,tmp; in gdImageAALine() local
1322 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local
1718 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local
1757 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
1901 struct seg {int y, xl, xr, dy;}; member
1916 int l, x1, x2, dy; in gdImageFill() local
2012 int i, l, x1, x2, dy; in _gdImageFillTiled() local
H A Dgd_interpolation.c1082 const float dy = (float)im->sy / (float)new_height; in gdImageScaleNearestNeighbour() local
1137 float dy = (float)gdImageSY(im) / (float)_height; in gdImageScaleBilinearPalette() local
1239 float dy = (float)gdImageSY(im) / (float)dst_h; in gdImageScaleBilinearTC() local

Completed in 28 milliseconds