Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/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.h418 timelib_sll timelib_daynr_from_weeknr(timelib_sll iy, timelib_sll iw, timelib_sll id);
424 …b_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timelib_sll *iy);
428 void timelib_isodate_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iy, timeli…
431 void timelib_date_from_isodate(timelib_sll iy, timelib_sll iw, timelib_sll id, timelib_sll *y, time…
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1951 int ix = x, iy = y, c; in gdImageFill() local
1954 c = gdImageGetPixel(im, ix, iy); in gdImageFill()
1958 gdImageSetPixel(im, ix, iy, nc); in gdImageFill()
1961 } while(iy++ < (im->sy -1)); in gdImageFill()

Completed in 37 milliseconds