Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/Zend/
H A Dbench.php269 $mx = array();
272 $mx[$i][$j] = $count++;
275 return($mx);
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c20743 int n, mx;
20756 int n, mx;
22240 p->mxAlloc = mx;
72886 int k, mx = 0;
72887 for(k=0; k<n; k++) if( aPermute[k]>mx ) mx = aPermute[k];
104683 int mx;
106230 mx = 12;
106234 mx = 8;
141403 int i, mx, j;
141415 if( nIn>mx*2 ){
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic5 # to the maintainers, at file@mx.gw.com
8604 # by Federico Mena <federico@nuclecu.unam.mx>
12423 # Mathematica .mx files
13867 # From <egamez@fcfm.buap.mx> Enrique Gamez-Flores
18473 # Requires file >= 5.05, see http://mx.gw.com/pipermail/file/2010/000683.html

Completed in 550 milliseconds