Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd.c1012 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageLine() local
1210 long dx, dy,tmp; in gdImageAALine() local
1292 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local
1688 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local
1727 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
1871 struct seg {int y, xl, xr, dy;}; member
1886 int l, x1, x2, dy; in gdImageFill() local
1982 int i, l, x1, x2, dy; in _gdImageFillTiled() local
H A Dgd_interpolation.c1072 const float dy = (float)im->sy / (float)new_height; in gdImageScaleNearestNeighbour() local
1127 float dy = (float)gdImageSY(im) / (float)_height; in gdImageScaleBilinearPalette() local
1229 float dy = (float)gdImageSY(im) / (float)dst_h; in gdImageScaleBilinearTC() local

Completed in 24 milliseconds