Searched defs:dy (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_arc.c | 20 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local 59 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
|
H A D | gd.c | 1102 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageLine() local 1300 long dx, dy,tmp; in gdImageAALine() local 1376 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local 1840 struct seg {int y, xl, xr, dy;}; member 1855 int l, x1, x2, dy; in gdImageFill() local 1950 int i, l, x1, x2, dy; in _gdImageFillTiled() local
|
H A D | gd_interpolation.c | 1160 const float dy = (float)im->sy / (float)new_height; in gdImageScaleNearestNeighbour() local 1263 float dy = (float)gdImageSY(im) / (float)_height; in gdImageScaleBilinearPalette() local 1365 float dy = (float)gdImageSY(im) / (float)dst_h; in gdImageScaleBilinearTC() local
|
Completed in 24 milliseconds