Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dbug51671.phpt13 for ($iy = 0; $iy < $h; $iy++) {
14 if (($c = imagecolorat($im, 0, $iy)) != $white) {
15 printf("Failed, (0, $iy) is %X\n", $c);
H A Dbug60160.phpt14 for ($iy = 0; $iy < $h; $iy++) {
15 if (($c = imagecolorat($im, $ix, $iy)) != $white) {
16 printf("Failed, ($ix, $iy) is %X\n", $c);
/php-src/ext/date/lib/
H A Ddow.c93 …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
109 *iy = y - 1; in timelib_isoweek_from_date()
116 *iy = y; in timelib_isoweek_from_date()
119 if (*iy == y) { in timelib_isoweek_from_date()
124 *iy = y + 1; in timelib_isoweek_from_date()
130 if (*iy == y) { in timelib_isoweek_from_date()
143 timelib_isoweek_from_date(y, m, d, iw, iy); in timelib_isodate_from_date()
147 timelib_sll timelib_daynr_from_weeknr(timelib_sll iy, timelib_sll iw, timelib_sll id) in timelib_daynr_from_weeknr() argument
152 dow = timelib_day_of_week(iy, 1, 1); in timelib_daynr_from_weeknr()
162 timelib_sll daynr = timelib_daynr_from_weeknr(iy, iw, id) + 1; in timelib_date_from_isodate()
[all …]
H A Dtimelib.h472 timelib_sll timelib_daynr_from_weeknr(timelib_sll iy, timelib_sll iw, timelib_sll id);
478 …b_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timelib_sll *iy);
482 void timelib_isodate_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iy, timeli…
485 void timelib_date_from_isodate(timelib_sll iy, timelib_sll iw, timelib_sll id, timelib_sll *y, time…
/php-src/ext/gd/libgd/
H A Dgd.c1921 int ix = x, iy = y, c; in gdImageFill() local
1924 c = gdImageGetPixel(im, ix, iy); in gdImageFill()
1928 gdImageSetPixel(im, ix, iy, nc); in gdImageFill()
1931 } while(iy++ < (im->sy -1)); in gdImageFill()

Completed in 23 milliseconds