Lines Matching refs:xhi
271 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
338 xhi = xlo + cs; in gdImageCreateFromGd2Ctx()
339 if (xhi > im->sx) { in gdImageCreateFromGd2Ctx()
340 xhi = im->sx; in gdImageCreateFromGd2Ctx()
344 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2Ctx()
362 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2Ctx()
437 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
543 xhi = xlo + cs; in gdImageCreateFromGd2PartCtx()
544 if (xhi > fsx) { in gdImageCreateFromGd2PartCtx()
545 xhi = fsx; in gdImageCreateFromGd2PartCtx()
576 GD2_DBG(php_gd_error(" into (%d, %d) - (%d, %d)", xlo, ylo, xhi, yhi)); in gdImageCreateFromGd2PartCtx()
579 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2PartCtx()
666 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
754 xhi = xlo + cs; in _gdImageGd2()
755 if (xhi > im->sx) { in _gdImageGd2()
756 xhi = im->sx; in _gdImageGd2()
760 for (x = xlo; x < xhi; x++) { in _gdImageGd2()
773 for (x = xlo; x < xhi; x++) { in _gdImageGd2()