Home
last modified time | relevance | path

Searched refs:xhi (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
334 xhi = xlo + cs; in gdImageCreateFromGd2Ctx()
335 if (xhi > im->sx) { in gdImageCreateFromGd2Ctx()
336 xhi = im->sx; in gdImageCreateFromGd2Ctx()
429 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
535 xhi = xlo + cs; in gdImageCreateFromGd2PartCtx()
536 if (xhi > fsx) { in gdImageCreateFromGd2PartCtx()
537 xhi = fsx; in gdImageCreateFromGd2PartCtx()
746 xhi = xlo + cs; in _gdImageGd2()
747 if (xhi > im->sx) { in _gdImageGd2()
[all …]

Completed in 6 milliseconds