Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_arc.c17 void gdImageEllipse(gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageEllipse() argument
24 gdImageSetPixel(im,mx+a, my, c); in gdImageEllipse()
25 gdImageSetPixel(im,mx-a, my, c); in gdImageEllipse()
26 mx1 = mx-a;my1 = my; in gdImageEllipse()
27 mx2 = mx+a;my2 = my; in gdImageEllipse()
56 void gdImageFilledEllipse (gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageFilledEllipse() argument
66 for (x = mx-a; x <= mx+a; x++) { in gdImageFilledEllipse()
70 mx1 = mx-a;my1 = my; in gdImageFilledEllipse()
71 mx2 = mx+a;my2 = my; in gdImageFilledEllipse()
/PHP-7.0/Zend/
H A Dbench.php269 $mx = array();
272 $mx[$i][$j] = $count++;
275 return($mx);
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c24035 return mx;
25571 p->mxAlloc = mx;
79282 int k, mx = 0;
79283 for(k=0; k<n; k++) if( aPermute[k]>mx ) mx = aPermute[k];
111775 int mx;
113255 int iFirst, mx;
113259 mx = 12;
113263 mx = 8;
150251 int i, mx, j;
150263 if( nIn>mx*2 ){
[all …]
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic5 # to the maintainers, at file@mx.gw.com
9724 # by Federico Mena <federico@nuclecu.unam.mx>
13913 # Mathematica .mx files
15655 # From <egamez@fcfm.buap.mx> Enrique Gamez-Flores
21434 # Requires file >= 5.05, see http://mx.gw.com/pipermail/file/2010/000683.html

Completed in 389 milliseconds