ncx                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)
ncx               127 ext/gd/libgd/gd_gd2.c 	if (gdGetWord(ncx, in) != 1) {
ncx               130 ext/gd/libgd/gd_gd2.c 	GD2_DBG(php_gd_error("%d Chunks Wide", *ncx));
ncx               139 ext/gd/libgd/gd_gd2.c 		nc = (*ncx) * (*ncy);
ncx               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)
ncx               169 ext/gd/libgd/gd_gd2.c 	if (_gd2GetHeader (in, sx, sy, cs, vers, fmt, ncx, ncy, cidx) != 1) {
ncx               253 ext/gd/libgd/gd_gd2.c 	int ncx, ncy, nc, cs, cx, cy;
ncx               269 ext/gd/libgd/gd_gd2.c 	if (!(im = _gd2CreateFromFile(in, &sx, &sy, &cs, &vers, &fmt, &ncx, &ncy, &chunkIdx))) {
ncx               274 ext/gd/libgd/gd_gd2.c 	nc = ncx * ncy;
ncx               299 ext/gd/libgd/gd_gd2.c 		for (cx = 0; (cx < ncx); cx++) {
ncx               415 ext/gd/libgd/gd_gd2.c 	int nc, ncx, ncy, cs, cx, cy;
ncx               441 ext/gd/libgd/gd_gd2.c 	if (_gd2GetHeader(in, &fsx, &fsy, &cs, &vers, &fmt, &ncx, &ncy, &chunkIdx) != 1) {
ncx               463 ext/gd/libgd/gd_gd2.c 	nc = ncx * ncy;
ncx               500 ext/gd/libgd/gd_gd2.c 	if (ecx >= ncx) {
ncx               501 ext/gd/libgd/gd_gd2.c 		ecx = ncx - 1;
ncx               544 ext/gd/libgd/gd_gd2.c 				chunkNum = cx + cy * ncx;
ncx               644 ext/gd/libgd/gd_gd2.c 	int ncx, ncy, cx, cy;
ncx               679 ext/gd/libgd/gd_gd2.c 	ncx = im->sx / cs + 1;
ncx               683 ext/gd/libgd/gd_gd2.c 	_gd2PutHeader (im, out, cs, fmt, ncx, ncy);
ncx               707 ext/gd/libgd/gd_gd2.c 		idxSize = ncx * ncy * sizeof(t_chunk_info);
ncx               718 ext/gd/libgd/gd_gd2.c 	GD2_DBG(php_gd_error("Chunks: %dx%d", ncx, ncy));
ncx               721 ext/gd/libgd/gd_gd2.c 		for (cx = 0; (cx < ncx); cx++) {