Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_gd2.c271 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
318 yhi = ylo + cs; in gdImageCreateFromGd2Ctx()
319 if (yhi > im->sy) { in gdImageCreateFromGd2Ctx()
320 yhi = im->sy; in gdImageCreateFromGd2Ctx()
437 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
535 yhi = ylo + cs; in gdImageCreateFromGd2PartCtx()
536 if (yhi > fsy) { in gdImageCreateFromGd2PartCtx()
537 yhi = fsy; in gdImageCreateFromGd2PartCtx()
744 yhi = ylo + cs; in _gdImageGd2()
745 if (yhi > im->sy) { in _gdImageGd2()
[all …]

Completed in 7 milliseconds