Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_gd2.c272 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
319 yhi = ylo + cs; in gdImageCreateFromGd2Ctx()
320 if (yhi > im->sy) { in gdImageCreateFromGd2Ctx()
321 yhi = im->sy; in gdImageCreateFromGd2Ctx()
438 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
536 yhi = ylo + cs; in gdImageCreateFromGd2PartCtx()
537 if (yhi > fsy) { in gdImageCreateFromGd2PartCtx()
538 yhi = fsy; in gdImageCreateFromGd2PartCtx()
745 yhi = ylo + cs; in _gdImageGd2()
746 if (yhi > im->sy) { in _gdImageGd2()
[all …]

Completed in 8 milliseconds