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