Searched refs:iy (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/gd/tests/ |
H A D | bug51671.phpt | 15 for ($iy = 0; $iy < $h; $iy++) { 16 if (($c = imagecolorat($im, 0, $iy)) != $white) { 17 printf("Failed, (0, $iy) is %X\n", $c);
|
H A D | bug60160.phpt | 16 for ($iy = 0; $iy < $h; $iy++) { 17 if (($c = imagecolorat($im, $ix, $iy)) != $white) { 18 printf("Failed, ($ix, $iy) is %X\n", $c);
|
/PHP-5.3/ext/date/lib/ |
H A D | dow.c | 82 …ib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timelib_sll *iy) in timelib_isoweek_from_date() argument 98 *iy = y - 1; in timelib_isoweek_from_date() 105 *iy = y; in timelib_isoweek_from_date() 108 if (*iy == y) { in timelib_isoweek_from_date() 113 *iy = y + 1; in timelib_isoweek_from_date() 119 if (*iy == y) { in timelib_isoweek_from_date()
|
H A D | timelib.h | 66 …b_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timelib_sll *iy);
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gd.c | 1895 int ix = x, iy = y, c; in gdImageFill() local 1898 c = gdImageGetPixel(im, ix, iy); in gdImageFill() 1902 gdImageSetPixel(im, ix, iy, nc); in gdImageFill() 1905 } while(iy++ < (im->sy -1)); in gdImageFill()
|
Completed in 19 milliseconds