Home
last modified time | relevance | path

Searched defs:dx (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
H A Dgd_interpolation.c1071 const float dx = (float)im->sx / (float)new_width; in gdImageScaleNearestNeighbour() local
1126 float dx = (float)gdImageSX(im) / (float)_width; in gdImageScaleBilinearPalette() local
1228 float dx = (float)gdImageSX(im) / (float)dst_w; in gdImageScaleBilinearTC() local

Completed in 19 milliseconds