Home
last modified time | relevance | path

Searched refs:y0 (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/Zend/tests/
H A Dbug35239.phpt7 $a->x0->y0 = 'a';
10 $a->x0->y0 = 'b';
19 ["y0"]=>
/PHP-7.3/ext/gd/libgd/
H A Dgd.c714 static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) { in clip_1d() argument
721 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ in clip_1d()
723 *y0 -= (int)(m * *x0); in clip_1d()
736 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ in clip_1d()
737 *y0 += (int)(m * (maxdim - *x0)); /* adjust so point is on the right boundary */ in clip_1d()
748 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ in clip_1d()
754 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ in clip_1d()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c185908 y0 = GeoY(p,ii);
186215 double x0, double y0,
186228 if( y0<y1 && y0<y2 ) return 0;
186229 if( y0>y1 && y0>y2 ) return 0;
186233 if( y0==y ) return 2;
186234 if( y0<y ) return 1;
186338 GeoCoord y0,
186351 t = y0;
186352 y0 = y1;
186359 pSeg->y0 = y0;
[all …]

Completed in 380 milliseconds