Lines Matching refs:xhi
254 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
321 xhi = xlo + cs; in gdImageCreateFromGd2Ctx()
322 if (xhi > im->sx) { in gdImageCreateFromGd2Ctx()
323 xhi = im->sx; in gdImageCreateFromGd2Ctx()
327 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2Ctx()
341 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2Ctx()
416 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
522 xhi = xlo + cs; in gdImageCreateFromGd2PartCtx()
523 if (xhi > fsx) { in gdImageCreateFromGd2PartCtx()
524 xhi = fsx; in gdImageCreateFromGd2PartCtx()
555 GD2_DBG(php_gd_error(" into (%d, %d) - (%d, %d)", xlo, ylo, xhi, yhi)); in gdImageCreateFromGd2PartCtx()
558 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2PartCtx()
645 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
733 xhi = xlo + cs; in _gdImageGd2()
734 if (xhi > im->sx) { in _gdImageGd2()
735 xhi = im->sx; in _gdImageGd2()
739 for (x = xlo; x < xhi; x++) { in _gdImageGd2()
752 for (x = xlo; x < xhi; x++) { in _gdImageGd2()