Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/tests/jit/
H A Dbug80742.phpt8 function checkGroundState(float $movY, float $dy) : void{
9 var_dump($movY != $dy, $movY < 0, ($movY != $dy and $movY < 0));
/PHP-8.1/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()
1730 dy = bq << 1; in gdImageEllipse()
1744 rx -=dy; in gdImageEllipse()
1774 dy = bq << 1; in gdImageFilledEllipse()
[all …]
H A Dgd_interpolation.c1082 const float dy = (float)im->sy / (float)new_height; in gdImageScaleNearestNeighbour() local
1084 const gdFixed f_dy = gd_ftofx(dy); in gdImageScaleNearestNeighbour()
1137 float dy = (float)gdImageSY(im) / (float)_height; in gdImageScaleBilinearPalette() local
1139 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearPalette()
1239 float dy = (float)gdImageSY(im) / (float)dst_h; in gdImageScaleBilinearTC() local
1241 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearTC()
/PHP-8.1/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt299 'Žába močál vždy najde.',

Completed in 25 milliseconds