Home
last modified time | relevance | path

Searched refs:iy (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dbug51671.phpt15 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 Dbug60160.phpt16 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.5/ext/date/lib/
H A Ddow.c88 …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
104 *iy = y - 1; in timelib_isoweek_from_date()
111 *iy = y; in timelib_isoweek_from_date()
114 if (*iy == y) { in timelib_isoweek_from_date()
119 *iy = y + 1; in timelib_isoweek_from_date()
125 if (*iy == y) { in timelib_isoweek_from_date()
H A Dtimelib.h69 …b_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timelib_sll *iy);
/PHP-5.5/ext/gd/libgd/
H A Dgd.c1910 int ix = x, iy = y, c; in gdImageFill() local
1913 c = gdImageGetPixel(im, ix, iy); in gdImageFill()
1917 gdImageSetPixel(im, ix, iy, nc); in gdImageFill()
1920 } while(iy++ < (im->sy -1)); in gdImageFill()

Completed in 21 milliseconds