Home
last modified time | relevance | path

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

/PHP-5.3/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.3/Zend/
H A Dbench.php270 $mx = array();
273 $mx[$i][$j] = $count++;
276 return($mx);
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c18227 int n, mx; in sqlite3_memory_used() local
18240 int n, mx; in sqlite3_memory_highwater() local
19633 p->mxAlloc = mx; in sqlite3StrAccumInit()
64654 int k, mx = 0;
64655 for(k=0; k<u.aj.n; k++) if( aPermute[k]>mx ) mx = aPermute[k];
90241 int iFirst, mx;
90245 mx = 12;
90249 mx = 8;
118547 int i, mx, j;
118559 if( nIn>mx*2 ){
[all …]
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic7457 # by Federico Mena <federico@nuclecu.unam.mx>
10438 # Mathematica .mx files
11721 # From <egamez@fcfm.buap.mx> Enrique G�mez-Flores

Completed in 330 milliseconds