Lines Matching refs:cy

253 	int ncx, ncy, nc, cs, cx, cy;  in gdImageCreateFromGd2Ctx()  local
298 for (cy = 0; (cy < ncy); cy++) { in gdImageCreateFromGd2Ctx()
300 ylo = cy * cs; in gdImageCreateFromGd2Ctx()
306 …GD2_DBG(php_gd_error("Processing Chunk %d (%d, %d), y from %d to %d", chunkNum, cx, cy, ylo, yhi)); in gdImageCreateFromGd2Ctx()
415 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local
512 for (cy = scy; (cy <= ecy); cy++) { in gdImageCreateFromGd2PartCtx()
513 ylo = cy * cs; in gdImageCreateFromGd2PartCtx()
527 GD2_DBG(php_gd_error("Processing Chunk (%d, %d), from %d to %d", cx, cy, ylo, yhi)); in gdImageCreateFromGd2PartCtx()
532 dpos = (cy * (cs * fsx) * 4 + cx * cs * (yhi - ylo) * 4) + dstart; in gdImageCreateFromGd2PartCtx()
534 dpos = cy * (cs * fsx) + cx * cs * (yhi - ylo) + dstart; in gdImageCreateFromGd2PartCtx()
542 GD2_DBG(php_gd_error("Reading (%d, %d) from position %d", cx, cy, dpos - dstart)); in gdImageCreateFromGd2PartCtx()
544 chunkNum = cx + cy * ncx; in gdImageCreateFromGd2PartCtx()
552 GD2_DBG(php_gd_error("Reading (%d, %d) from chunk %d", cx, cy, chunkNum)); in gdImageCreateFromGd2PartCtx()
622 static void _gd2PutHeader (gdImagePtr im, gdIOCtx * out, int cs, int fmt, int cx, int cy) in _gd2PutHeader() argument
639 gdPutWord(cy, out); in _gd2PutHeader()
644 int ncx, ncy, cx, cy; in _gdImageGd2() local
720 for (cy = 0; (cy < ncy); cy++) { in _gdImageGd2()
722 ylo = cy * cs; in _gdImageGd2()
728 GD2_DBG(php_gd_error("Processing Chunk (%dx%d), y from %d to %d", cx, cy, ylo, yhi)); in _gdImageGd2()