ncy                54 ext/gd/libgd/gd_gd2.c static int _gd2GetHeader(gdIOCtxPtr in, int *sx, int *sy, int *cs, int *vers, int *fmt, int *ncx, int *ncy, t_chunk_info ** chunkIdx)
ncy               133 ext/gd/libgd/gd_gd2.c 	if (gdGetWord(ncy, in) != 1) {
ncy               136 ext/gd/libgd/gd_gd2.c 	GD2_DBG(php_gd_error("%d Chunks vertically", *ncy));
ncy               139 ext/gd/libgd/gd_gd2.c 		nc = (*ncx) * (*ncy);
ncy               165 ext/gd/libgd/gd_gd2.c static gdImagePtr _gd2CreateFromFile (gdIOCtxPtr in, int *sx, int *sy, int *cs, int *vers, int *fmt, int *ncx, int *ncy, t_chunk_info ** cidx)
ncy               169 ext/gd/libgd/gd_gd2.c 	if (_gd2GetHeader (in, sx, sy, cs, vers, fmt, ncx, ncy, cidx) != 1) {
ncy               253 ext/gd/libgd/gd_gd2.c 	int ncx, ncy, nc, cs, cx, cy;
ncy               269 ext/gd/libgd/gd_gd2.c 	if (!(im = _gd2CreateFromFile(in, &sx, &sy, &cs, &vers, &fmt, &ncx, &ncy, &chunkIdx))) {
ncy               274 ext/gd/libgd/gd_gd2.c 	nc = ncx * ncy;
ncy               298 ext/gd/libgd/gd_gd2.c 	for (cy = 0; (cy < ncy); cy++) {
ncy               415 ext/gd/libgd/gd_gd2.c 	int nc, ncx, ncy, cs, cx, cy;
ncy               441 ext/gd/libgd/gd_gd2.c 	if (_gd2GetHeader(in, &fsx, &fsy, &cs, &vers, &fmt, &ncx, &ncy, &chunkIdx) != 1) {
ncy               463 ext/gd/libgd/gd_gd2.c 	nc = ncx * ncy;
ncy               503 ext/gd/libgd/gd_gd2.c 	if (ecy >= ncy) {
ncy               504 ext/gd/libgd/gd_gd2.c 		ecy = ncy - 1;
ncy               644 ext/gd/libgd/gd_gd2.c 	int ncx, ncy, cx, cy;
ncy               680 ext/gd/libgd/gd_gd2.c 	ncy = im->sy / cs + 1;
ncy               683 ext/gd/libgd/gd_gd2.c 	_gd2PutHeader (im, out, cs, fmt, ncx, ncy);
ncy               707 ext/gd/libgd/gd_gd2.c 		idxSize = ncx * ncy * sizeof(t_chunk_info);
ncy               718 ext/gd/libgd/gd_gd2.c 	GD2_DBG(php_gd_error("Chunks: %dx%d", ncx, ncy));
ncy               720 ext/gd/libgd/gd_gd2.c 	for (cy = 0; (cy < ncy); cy++) {