Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dbench.php269 $mx = array();
272 $mx[$i][$j] = $count++;
275 return($mx);
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1715 void gdImageEllipse(gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageEllipse() argument
1722 gdImageSetPixel(im,mx+a, my, c); in gdImageEllipse()
1723 gdImageSetPixel(im,mx-a, my, c); in gdImageEllipse()
1724 mx1 = mx-a;my1 = my; in gdImageEllipse()
1725 mx2 = mx+a;my2 = my; in gdImageEllipse()
1754 void gdImageFilledEllipse (gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageFilledEllipse() argument
1764 for (x = mx-a; x <= mx+a; x++) { in gdImageFilledEllipse()
1768 mx1 = mx-a;my1 = my; in gdImageFilledEllipse()
1769 mx2 = mx+a;my2 = my; in gdImageFilledEllipse()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます13751 # by Federico Mena <federico@nuclecu.unam.mx>
19783 # Mathematica .mx files
22403 # From <egamez@fcfm.buap.mx> Enrique Gamez-Flores
H A Dmagic13751 # by Federico Mena <federico@nuclecu.unam.mx>
19783 # Mathematica .mx files
22403 # From <egamez@fcfm.buap.mx> Enrique Gamez-Flores

Completed in 141 milliseconds