Home
last modified time | relevance | path

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

/PHP-5.6/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.6/ext/date/lib/
H A Ddow.c92 …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
108 *iy = y - 1; in timelib_isoweek_from_date()
115 *iy = y; in timelib_isoweek_from_date()
118 if (*iy == y) { in timelib_isoweek_from_date()
123 *iy = y + 1; in timelib_isoweek_from_date()
129 if (*iy == y) { in timelib_isoweek_from_date()
H A Dtimelib.h82 …b_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timelib_sll *iy);
/PHP-5.6/ext/gd/libgd/
H A Dgd.c1892 int ix = x, iy = y, c; in gdImageFill() local
1895 c = gdImageGetPixel(im, ix, iy); in gdImageFill()
1899 gdImageSetPixel(im, ix, iy, nc); in gdImageFill()
1902 } while(iy++ < (im->sy -1)); in gdImageFill()

Completed in 29 milliseconds