Lines Matching refs:ylo
272 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
318 ylo = cy * cs; in gdImageCreateFromGd2Ctx()
319 yhi = ylo + cs; 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
535 ylo = cy * cs; in gdImageCreateFromGd2PartCtx()
536 yhi = ylo + cs; 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
744 ylo = cy * cs; in _gdImageGd2()
745 yhi = ylo + cs; 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()