Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_arc.c20 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 Dgd.c1102 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 Dgd_interpolation.c1160 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 19 milliseconds