Lines Matching refs:cy

271 	int ncx, ncy, nc, cs, cx, cy;  in gdImageCreateFromGd2Ctx()  local
316 for (cy = 0; (cy < ncy); cy++) { in gdImageCreateFromGd2Ctx()
318 ylo = cy * 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()
437 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local
534 for (cy = scy; (cy <= ecy); cy++) { in gdImageCreateFromGd2PartCtx()
535 ylo = cy * 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()
564 GD2_DBG(gd_error("Reading (%d, %d) from position %d", cx, cy, dpos - dstart)); in gdImageCreateFromGd2PartCtx()
566 chunkNum = cx + cy * ncx; in gdImageCreateFromGd2PartCtx()
574 GD2_DBG(gd_error("Reading (%d, %d) from chunk %d", cx, cy, chunkNum)); in gdImageCreateFromGd2PartCtx()
644 static void _gd2PutHeader (gdImagePtr im, gdIOCtx * out, int cs, int fmt, int cx, int cy) in _gd2PutHeader() argument
661 gdPutWord(cy, out); in _gd2PutHeader()
666 int ncx, ncy, cx, cy; in _gdImageGd2() local
742 for (cy = 0; (cy < ncy); cy++) { in _gdImageGd2()
744 ylo = cy * cs; in _gdImageGd2()
750 GD2_DBG(gd_error("Processing Chunk (%dx%d), y from %d to %d", cx, cy, ylo, yhi)); in _gdImageGd2()