Home
last modified time | relevance | path

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

/php-src/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-src/ext/gd/libgd/
H A Dgd.c1043 if (dy <= dx) { in gdImageLine()
1062 incr1 = 2 * dy; in gdImageLine()
1224 dy = y2 - y1; in gdImageAALine()
1238 dy = y2 - y1; in gdImageAALine()
1258 if (dy < 0) { in gdImageAALine()
1266 dy = y2 - y1; in gdImageAALine()
1301 if (dy <= dx) { in gdImageDashedLine()
1700 dy = bq << 1; in gdImageEllipse()
1714 rx -=dy; in gdImageEllipse()
1744 dy = bq << 1; in gdImageFilledEllipse()
[all …]
H A Dgd_interpolation.c1072 const float dy = (float)im->sy / (float)new_height; in gdImageScaleNearestNeighbour() local
1074 const gdFixed f_dy = gd_ftofx(dy); in gdImageScaleNearestNeighbour()
1127 float dy = (float)gdImageSY(im) / (float)_height; in gdImageScaleBilinearPalette() local
1129 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearPalette()
1229 float dy = (float)gdImageSY(im) / (float)dst_h; in gdImageScaleBilinearTC() local
1231 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearTC()
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt370 'Žába močál vždy najde.',

Completed in 26 milliseconds