Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds