Searched refs:mx (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/Zend/ |
H A D | bench.php | 269 $mx = array(); 272 $mx[$i][$j] = $count++; 275 return($mx);
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gd.c | 1715 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-8.2/ext/fileinfo/tests/ |
H A D | magic | 15078 # by Federico Mena <federico@nuclecu.unam.mx> 22403 # Mathematica .mx files 25215 # From <egamez@fcfm.buap.mx> Enrique Gamez-Flores
|
H A D | magic私はガラスを食べられます | 15078 # by Federico Mena <federico@nuclecu.unam.mx> 22403 # Mathematica .mx files 25215 # From <egamez@fcfm.buap.mx> Enrique Gamez-Flores
|
Completed in 157 milliseconds