Lines Matching refs:xhi
272 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
339 xhi = xlo + cs; in gdImageCreateFromGd2Ctx()
340 if (xhi > im->sx) { in gdImageCreateFromGd2Ctx()
341 xhi = im->sx; in gdImageCreateFromGd2Ctx()
345 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2Ctx()
363 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2Ctx()
438 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
544 xhi = xlo + cs; in gdImageCreateFromGd2PartCtx()
545 if (xhi > fsx) { in gdImageCreateFromGd2PartCtx()
546 xhi = fsx; in gdImageCreateFromGd2PartCtx()
577 GD2_DBG(gd_error(" into (%d, %d) - (%d, %d)", xlo, ylo, xhi, yhi)); in gdImageCreateFromGd2PartCtx()
580 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2PartCtx()
667 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
755 xhi = xlo + cs; in _gdImageGd2()
756 if (xhi > im->sx) { in _gdImageGd2()
757 xhi = im->sx; in _gdImageGd2()
761 for (x = xlo; x < xhi; x++) { in _gdImageGd2()
774 for (x = xlo; x < xhi; x++) { in _gdImageGd2()