Lines Matching refs:yhi
254 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
301 yhi = ylo + cs; in gdImageCreateFromGd2Ctx()
302 if (yhi > im->sy) { in gdImageCreateFromGd2Ctx()
303 yhi = im->sy; in gdImageCreateFromGd2Ctx()
306 …GD2_DBG(php_gd_error("Processing Chunk %d (%d, %d), y from %d to %d", chunkNum, cx, cy, ylo, yhi)); in gdImageCreateFromGd2Ctx()
319 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2Ctx()
416 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
514 yhi = ylo + cs; in gdImageCreateFromGd2PartCtx()
515 if (yhi > fsy) { in gdImageCreateFromGd2PartCtx()
516 yhi = fsy; in gdImageCreateFromGd2PartCtx()
527 GD2_DBG(php_gd_error("Processing Chunk (%d, %d), from %d to %d", cx, cy, ylo, yhi)); in gdImageCreateFromGd2PartCtx()
532 dpos = (cy * (cs * fsx) * 4 + cx * cs * (yhi - ylo) * 4) + dstart; in gdImageCreateFromGd2PartCtx()
534 dpos = cy * (cs * fsx) + cx * cs * (yhi - ylo) + dstart; in gdImageCreateFromGd2PartCtx()
555 GD2_DBG(php_gd_error(" into (%d, %d) - (%d, %d)", xlo, ylo, xhi, yhi)); in gdImageCreateFromGd2PartCtx()
557 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2PartCtx()
645 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
723 yhi = ylo + cs; in _gdImageGd2()
724 if (yhi > im->sy) { in _gdImageGd2()
725 yhi = im->sy; in _gdImageGd2()
728 GD2_DBG(php_gd_error("Processing Chunk (%dx%d), y from %d to %d", cx, cy, ylo, yhi)); in _gdImageGd2()
730 for (y = ylo; (y < yhi); y++) { in _gdImageGd2()