Lines Matching refs:xlo
271 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
337 xlo = cx * cs; in gdImageCreateFromGd2Ctx()
338 xhi = xlo + cs; 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
542 xlo = cx * cs; in gdImageCreateFromGd2PartCtx()
543 xhi = xlo + cs; 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
753 xlo = cx * cs; in _gdImageGd2()
754 xhi = xlo + cs; in _gdImageGd2()
760 for (x = xlo; x < xhi; x++) { in _gdImageGd2()
773 for (x = xlo; x < xhi; x++) { in _gdImageGd2()