Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gd2.c267 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
314 yhi = ylo + cs; in gdImageCreateFromGd2Ctx()
315 if (yhi > im->sy) { in gdImageCreateFromGd2Ctx()
316 yhi = im->sy; in gdImageCreateFromGd2Ctx()
429 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
527 yhi = ylo + cs; in gdImageCreateFromGd2PartCtx()
528 if (yhi > fsy) { in gdImageCreateFromGd2PartCtx()
529 yhi = fsy; in gdImageCreateFromGd2PartCtx()
736 yhi = ylo + cs; in _gdImageGd2()
737 if (yhi > im->sy) { in _gdImageGd2()
[all …]

Completed in 7 milliseconds