Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd_gd2.c254 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
301 yhi = ylo + cs; in gdImageCreateFromGd2Ctx()
302 if (yhi > im->sy) { in gdImageCreateFromGd2Ctx()
303 yhi = im->sy; in gdImageCreateFromGd2Ctx()
416 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
514 yhi = ylo + cs; in gdImageCreateFromGd2PartCtx()
515 if (yhi > fsy) { in gdImageCreateFromGd2PartCtx()
516 yhi = fsy; in gdImageCreateFromGd2PartCtx()
723 yhi = ylo + cs; in _gdImageGd2()
724 if (yhi > im->sy) { in _gdImageGd2()
[all …]

Completed in 8 milliseconds