Lines Matching refs:yhi
272 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
319 yhi = ylo + cs; in gdImageCreateFromGd2Ctx()
320 if (yhi > im->sy) { in gdImageCreateFromGd2Ctx()
321 yhi = im->sy; in gdImageCreateFromGd2Ctx()
324 GD2_DBG(gd_error("Processing Chunk %d (%d, %d), y from %d to %d", chunkNum, cx, cy, ylo, yhi)); in gdImageCreateFromGd2Ctx()
337 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2Ctx()
438 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
536 yhi = ylo + cs; in gdImageCreateFromGd2PartCtx()
537 if (yhi > fsy) { in gdImageCreateFromGd2PartCtx()
538 yhi = fsy; in gdImageCreateFromGd2PartCtx()
549 GD2_DBG(gd_error("Processing Chunk (%d, %d), from %d to %d", cx, cy, ylo, yhi)); in gdImageCreateFromGd2PartCtx()
554 dpos = (cy * (cs * fsx) * 4 + cx * cs * (yhi - ylo) * 4) + dstart; in gdImageCreateFromGd2PartCtx()
556 dpos = cy * (cs * fsx) + cx * cs * (yhi - ylo) + dstart; in gdImageCreateFromGd2PartCtx()
577 GD2_DBG(gd_error(" into (%d, %d) - (%d, %d)", xlo, ylo, xhi, yhi)); in gdImageCreateFromGd2PartCtx()
579 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2PartCtx()
667 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
745 yhi = ylo + cs; in _gdImageGd2()
746 if (yhi > im->sy) { in _gdImageGd2()
747 yhi = im->sy; in _gdImageGd2()
750 GD2_DBG(gd_error("Processing Chunk (%dx%d), y from %d to %d", cx, cy, ylo, yhi)); in _gdImageGd2()
752 for (y = ylo; (y < yhi); y++) { in _gdImageGd2()