Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dbench.php269 $mx = array();
272 $mx[$i][$j] = $count++;
275 return($mx);
/php-src/ext/gd/libgd/
H A Dgd.c1685 void gdImageEllipse(gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageEllipse() argument
1692 gdImageSetPixel(im,mx+a, my, c); in gdImageEllipse()
1693 gdImageSetPixel(im,mx-a, my, c); in gdImageEllipse()
1694 mx1 = mx-a;my1 = my; in gdImageEllipse()
1695 mx2 = mx+a;my2 = my; in gdImageEllipse()
1724 void gdImageFilledEllipse (gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageFilledEllipse() argument
1734 for (x = mx-a; x <= mx+a; x++) { in gdImageFilledEllipse()
1738 mx1 = mx-a;my1 = my; in gdImageFilledEllipse()
1739 mx2 = mx+a;my2 = my; in gdImageFilledEllipse()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます16849 # by Federico Mena <federico@nuclecu.unam.mx>
25942 # Mathematica .mx files
29316 # From <egamez@fcfm.buap.mx> Enrique Gamez-Flores
H A Dmagic16849 # by Federico Mena <federico@nuclecu.unam.mx>
25942 # Mathematica .mx files
29316 # From <egamez@fcfm.buap.mx> Enrique Gamez-Flores

Completed in 161 milliseconds