Lines Matching refs:yhi
271 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
318 yhi = ylo + cs; in gdImageCreateFromGd2Ctx()
319 if (yhi > im->sy) { in gdImageCreateFromGd2Ctx()
320 yhi = im->sy; in gdImageCreateFromGd2Ctx()
323 …GD2_DBG(php_gd_error("Processing Chunk %d (%d, %d), y from %d to %d", chunkNum, cx, cy, ylo, yhi)); in gdImageCreateFromGd2Ctx()
336 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2Ctx()
437 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
535 yhi = ylo + cs; in gdImageCreateFromGd2PartCtx()
536 if (yhi > fsy) { in gdImageCreateFromGd2PartCtx()
537 yhi = fsy; in gdImageCreateFromGd2PartCtx()
548 GD2_DBG(php_gd_error("Processing Chunk (%d, %d), from %d to %d", cx, cy, ylo, yhi)); in gdImageCreateFromGd2PartCtx()
553 dpos = (cy * (cs * fsx) * 4 + cx * cs * (yhi - ylo) * 4) + dstart; in gdImageCreateFromGd2PartCtx()
555 dpos = cy * (cs * fsx) + cx * cs * (yhi - ylo) + dstart; in gdImageCreateFromGd2PartCtx()
576 GD2_DBG(php_gd_error(" into (%d, %d) - (%d, %d)", xlo, ylo, xhi, yhi)); in gdImageCreateFromGd2PartCtx()
578 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2PartCtx()
666 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
744 yhi = ylo + cs; in _gdImageGd2()
745 if (yhi > im->sy) { in _gdImageGd2()
746 yhi = im->sy; in _gdImageGd2()
749 GD2_DBG(php_gd_error("Processing Chunk (%dx%d), y from %d to %d", cx, cy, ylo, yhi)); in _gdImageGd2()
751 for (y = ylo; (y < yhi); y++) { in _gdImageGd2()