Home
last modified time | relevance | path

Searched refs:dy (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/ext/gd/libgd/
H A Dgd.c1073 if (dy <= dx) { in gdImageLine()
1092 incr1 = 2 * dy; in gdImageLine()
1254 dy = y2 - y1; in gdImageAALine()
1268 dy = y2 - y1; in gdImageAALine()
1288 if (dy < 0) { in gdImageAALine()
1296 dy = y2 - y1; in gdImageAALine()
1331 if (dy <= dx) { in gdImageDashedLine()
1726 dy = bq << 1; in gdImageEllipse()
1740 rx -=dy; in gdImageEllipse()
1770 dy = bq << 1; in gdImageFilledEllipse()
[all …]
H A Dgd_interpolation.c1080 const float dy = (float)im->sy / (float)new_height; in gdImageScaleNearestNeighbour() local
1082 const gdFixed f_dy = gd_ftofx(dy); in gdImageScaleNearestNeighbour()
1183 float dy = (float)gdImageSY(im) / (float)_height; in gdImageScaleBilinearPalette() local
1185 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearPalette()
1285 float dy = (float)gdImageSY(im) / (float)dst_h; in gdImageScaleBilinearTC() local
1287 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearTC()
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput864 /x\dy\Dz/
H A Dtestoutput8143 /x\dy\Dz/

Completed in 30 milliseconds