Home
last modified time | relevance | path

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

/PHP-8.0/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
H A Dgd_interpolation.c1082 const float dx = (float)im->sx / (float)new_width; in gdImageScaleNearestNeighbour() local
1137 float dx = (float)gdImageSX(im) / (float)_width; in gdImageScaleBilinearPalette() local
1239 float dx = (float)gdImageSX(im) / (float)dst_w; in gdImageScaleBilinearTC() local

Completed in 43 milliseconds