Home
last modified time | relevance | path

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

/PHP-5.5/Zend/tests/
H A Dbug35239.phpt7 $a->x0->y0 = 'a';
10 $a->x0->y0 = 'b';
19 ["y0"]=>
/PHP-5.5/ext/gd/libgd/
H A Dgd.c678 static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) { in clip_1d() argument
685 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ in clip_1d()
687 *y0 -= (int)(m * *x0); in clip_1d()
700 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ in clip_1d()
701 *y0 += (int)(m * (maxdim - *x0)); /* adjust so point is on the right boundary */ in clip_1d()
712 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ in clip_1d()
718 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ in clip_1d()

Completed in 21 milliseconds