cx                183 ext/gd/gd.c    	ZEND_ARG_INFO(0, cx)
cx                192 ext/gd/gd.c    	ZEND_ARG_INFO(0, cx)
cx                524 ext/gd/gd.c    	ZEND_ARG_INFO(0, cx)
cx                535 ext/gd/gd.c    	ZEND_ARG_INFO(0, cx)
cx               1620 ext/gd/gd.c    	zend_long cx, cy, w, h, color;
cx               1623 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlllll", &IM, &cx, &cy, &w, &h, &color) == FAILURE) {
cx               1631 ext/gd/gd.c    	gdImageFilledEllipse(im, cx, cy, w, h, color);
cx               1642 ext/gd/gd.c    	zend_long cx, cy, w, h, ST, E, col, style;
cx               1646 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rllllllll", &IM, &cx, &cy, &w, &h, &ST, &E, &col, &style) == FAILURE) {
cx               1664 ext/gd/gd.c    	gdImageFilledArc(im, cx, cy, w, h, st, e, col, style);
cx               3165 ext/gd/gd.c    	zend_long cx, cy, w, h, ST, E, col;
cx               3169 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlllllll", &IM, &cx, &cy, &w, &h, &ST, &E, &col) == FAILURE) {
cx               3187 ext/gd/gd.c    	gdImageArc(im, cx, cy, w, h, st, e, col);
cx               3197 ext/gd/gd.c    	zend_long cx, cy, w, h, color;
cx               3200 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlllll", &IM, &cx, &cy, &w, &h, &color) == FAILURE) {
cx               3208 ext/gd/gd.c    	gdImageEllipse(im, cx, cy, w, h, color);
cx               3479 ext/gd/gd.c    	int cx, cy, px, py, fline;
cx               3480 ext/gd/gd.c    	cx = 0;
cx               3490 ext/gd/gd.c    			if (f->data[fline + cy * f->w + cx]) {
cx               3496 ext/gd/gd.c    		cx++;
cx               1542 ext/gd/libgd/gd.c 	int cx, cy;
cx               1545 ext/gd/libgd/gd.c 	cx = 0;
cx               1556 ext/gd/libgd/gd.c 			if (f->data[fline + cy * f->w + cx]) {
cx               1559 ext/gd/libgd/gd.c 			cx++;
cx               1561 ext/gd/libgd/gd.c 		cx = 0;
cx               1568 ext/gd/libgd/gd.c 	int cx, cy;
cx               1571 ext/gd/libgd/gd.c 	cx = 0;
cx               1582 ext/gd/libgd/gd.c 			if (f->data[fline + cy * f->w + cx]) {
cx               1588 ext/gd/libgd/gd.c 		cx++;
cx               1666 ext/gd/libgd/gd.c void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color)
cx               1669 ext/gd/libgd/gd.c 		gdImageEllipse(im, cx, cy, w, h, color);
cx               1671 ext/gd/libgd/gd.c 		gdImageFilledArc(im, cx, cy, w, h, s, e, color, gdNoFill);
cx               1675 ext/gd/libgd/gd.c void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style)
cx               1708 ext/gd/libgd/gd.c 		x = ((long) gdCosT[i % 360] * (long) w / (2 * 1024)) + cx;
cx               1720 ext/gd/libgd/gd.c 					pts[2].x = cx;
cx               1735 ext/gd/libgd/gd.c 				gdImageLine(im, cx, cy, lx, ly, color);
cx               1736 ext/gd/libgd/gd.c 				gdImageLine(im, cx, cy, fx, fy, color);
cx               1744 ext/gd/libgd/gd.c 			pts[2].x = cx;
cx               1751 ext/gd/libgd/gd.c 				gdImageLine(im, cx, cy, lx, ly, color);
cx               1752 ext/gd/libgd/gd.c 				gdImageLine(im, cx, cy, fx, fy, color);
cx               2059 ext/gd/libgd/gd.c 		int cx, cy, x1ul, y1ul, x2lr, y2lr;
cx               2070 ext/gd/libgd/gd.c 			cx = x1ul - 1;
cx               2071 ext/gd/libgd/gd.c 			while (cx++ < x2lr) {
cx               2072 ext/gd/libgd/gd.c 				gdImageSetPixel(im, cx, cy, color);
cx               2078 ext/gd/libgd/gd.c 			cx = x1ul - 1;
cx               2079 ext/gd/libgd/gd.c 			while (cx++ < x2lr) {
cx               2080 ext/gd/libgd/gd.c 				gdImageSetPixel(im, cx, cy, color);
cx               2086 ext/gd/libgd/gd.c 			cx = x1ul - 1;
cx               2087 ext/gd/libgd/gd.c 			while (cx++ < x1ul + thick) {
cx               2088 ext/gd/libgd/gd.c 				gdImageSetPixel(im, cx, cy, color);
cx               2094 ext/gd/libgd/gd.c 			cx = x2lr - thick - 1;
cx               2095 ext/gd/libgd/gd.c 			while (cx++ < x2lr) {
cx               2096 ext/gd/libgd/gd.c 				gdImageSetPixel(im, cx, cy, color);
cx                647 ext/gd/libgd/gd.h void gdImageEllipse(gdImagePtr im, int cx, int cy, int w, int h, int c);
cx                666 ext/gd/libgd/gd.h void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style);
cx                667 ext/gd/libgd/gd.h void gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color);
cx                668 ext/gd/libgd/gd.h void gdImageFilledEllipse(gdImagePtr im, int cx, int cy, int w, int h, int color);
cx                 16 ext/gd/libgd/gd_arc_f_buggy.c gdImageFilledEllipse (gdImagePtr im, int cx, int cy, int width, int height, int color)
cx                 18 ext/gd/libgd/gd_arc_f_buggy.c   gdImageFilledArc (im, cx, cy, width, height, 0, 360, color, gdChord);
cx                 22 ext/gd/libgd/gd_arc_f_buggy.c gdImageFilledArc (gdImagePtr im, int cx, int cy, int width, int height, int s, int e, int color, int style)
cx                110 ext/gd/libgd/gd_arc_f_buggy.c 	  gdImageFilledArc (im, cx, cy, width, height, s, (i + 1) * 90, color, gdChord);
cx                112 ext/gd/libgd/gd_arc_f_buggy.c 	  pt[0].x += cx;
cx                114 ext/gd/libgd/gd_arc_f_buggy.c 	  pt[1].x = cx + axis_pt[(i + 1) & 3].x;
cx                118 ext/gd/libgd/gd_arc_f_buggy.c 	      gdImageFilledArc (im, cx, cy, width, height, (i + 1) * 90, e, color, gdChord);
cx                120 ext/gd/libgd/gd_arc_f_buggy.c 	      pt[2].x += cx;
cx                129 ext/gd/libgd/gd_arc_f_buggy.c 		  pt[3].x = cx;
cx                137 ext/gd/libgd/gd_arc_f_buggy.c 	      gdImageFilledArc (im, cx, cy, width, height, (i + 1) * 90, (i + 2) * 90, color, gdChord);
cx                138 ext/gd/libgd/gd_arc_f_buggy.c 	      pt[2].x = cx + axis_pt[(i + 2) & 3].x;
cx                142 ext/gd/libgd/gd_arc_f_buggy.c 		  gdImageFilledArc (im, cx, cy, width, height, (i + 2) * 90, e, color, gdChord);
cx                144 ext/gd/libgd/gd_arc_f_buggy.c 		  pt[3].x += cx;
cx                153 ext/gd/libgd/gd_arc_f_buggy.c 		      pt[4].x = cx;
cx                161 ext/gd/libgd/gd_arc_f_buggy.c 		  gdImageFilledArc (im, cx, cy, width, height, (i + 2) * 90, (i + 3) * 90, color, gdChord);
cx                162 ext/gd/libgd/gd_arc_f_buggy.c 		  pt[3].x = cx + axis_pt[(i + 3) & 3].x;
cx                166 ext/gd/libgd/gd_arc_f_buggy.c 		      gdImageFilledArc (im, cx, cy, width, height, (i + 3) * 90, e, color, gdChord);
cx                168 ext/gd/libgd/gd_arc_f_buggy.c 		      pt[4].x += cx;
cx                177 ext/gd/libgd/gd_arc_f_buggy.c 			  pt[5].x = cx;
cx                185 ext/gd/libgd/gd_arc_f_buggy.c 		      gdImageFilledArc (im, cx, cy, width, height, (i + 3) * 90, (i + 4) * 90, color, gdChord);
cx                186 ext/gd/libgd/gd_arc_f_buggy.c 		      pt[4].x = cx + axis_pt[(i + 4) & 3].x;
cx                189 ext/gd/libgd/gd_arc_f_buggy.c 		      gdImageFilledArc (im, cx, cy, width, height, (i + 4) * 90, e, color, gdChord);
cx                191 ext/gd/libgd/gd_arc_f_buggy.c 		      pt[5].x += cx;
cx                200 ext/gd/libgd/gd_arc_f_buggy.c 			  pt[6].x = cx;
cx                369 ext/gd/libgd/gd_arc_f_buggy.c       pt[0].x = cx + (flip_x ? (-pt[0].x) : pt[0].x);
cx                371 ext/gd/libgd/gd_arc_f_buggy.c       pt[1].x = cx;
cx                373 ext/gd/libgd/gd_arc_f_buggy.c       pt[2].x = cx + (flip_x ? (-pt[2].x) : pt[2].x);
cx                391 ext/gd/libgd/gd_arc_f_buggy.c       pt[0].x = cx + (flip_x ? (-pt[0].x) : pt[0].x);
cx                393 ext/gd/libgd/gd_arc_f_buggy.c       pt[1].x = cx + (flip_x ? (-pt[1].x) : pt[1].x);
cx                395 ext/gd/libgd/gd_arc_f_buggy.c       pt[2].x = cx + (flip_x ? (-pt[2].x) : pt[2].x);
cx                461 ext/gd/libgd/gd_arc_f_buggy.c 	      gdImageSetPixel (im, ((flip_x) ? (cx - x) : (cx + x)),
cx                526 ext/gd/libgd/gd_arc_f_buggy.c 	      gdImageSetPixel (im, ((flip_x) ? (cx - x) : (cx + x)),
cx                253 ext/gd/libgd/gd_gd2.c 	int ncx, ncy, nc, cs, cx, cy;
cx                299 ext/gd/libgd/gd_gd2.c 		for (cx = 0; (cx < ncx); cx++) {
cx                306 ext/gd/libgd/gd_gd2.c 			GD2_DBG(php_gd_error("Processing Chunk %d (%d, %d), y from %d to %d", chunkNum, cx, cy, ylo, yhi));
cx                320 ext/gd/libgd/gd_gd2.c 				xlo = cx * cs;
cx                415 ext/gd/libgd/gd_gd2.c 	int nc, ncx, ncy, cs, cx, cy;
cx                519 ext/gd/libgd/gd_gd2.c 		for (cx = scx; cx <= ecx; cx++) {
cx                521 ext/gd/libgd/gd_gd2.c 			xlo = cx * cs;
cx                527 ext/gd/libgd/gd_gd2.c 			GD2_DBG(php_gd_error("Processing Chunk (%d, %d), from %d to %d", cx, cy, ylo, yhi));
cx                532 ext/gd/libgd/gd_gd2.c 					dpos = (cy * (cs * fsx) * 4 + cx * cs * (yhi - ylo) * 4) + dstart;
cx                534 ext/gd/libgd/gd_gd2.c 					dpos = cy * (cs * fsx) + cx * cs * (yhi - ylo) + dstart;
cx                542 ext/gd/libgd/gd_gd2.c 				GD2_DBG(php_gd_error("Reading (%d, %d) from position %d", cx, cy, dpos - dstart));
cx                544 ext/gd/libgd/gd_gd2.c 				chunkNum = cx + cy * ncx;
cx                552 ext/gd/libgd/gd_gd2.c 				GD2_DBG(php_gd_error("Reading (%d, %d) from chunk %d", cx, cy, chunkNum));
cx                622 ext/gd/libgd/gd_gd2.c static void _gd2PutHeader (gdImagePtr im, gdIOCtx * out, int cs, int fmt, int cx, int cy)
cx                638 ext/gd/libgd/gd_gd2.c 	gdPutWord(cx, out);
cx                644 ext/gd/libgd/gd_gd2.c 	int ncx, ncy, cx, cy;
cx                721 ext/gd/libgd/gd_gd2.c 		for (cx = 0; (cx < ncx); cx++) {
cx                728 ext/gd/libgd/gd_gd2.c 			GD2_DBG(php_gd_error("Processing Chunk (%dx%d), y from %d to %d", cx, cy, ylo, yhi));
cx                732 ext/gd/libgd/gd_gd2.c 				xlo = cx * cs;
cx                 28 ext/gd/libgd/gd_pixelate.c 				int cx, cy;
cx                 33 ext/gd/libgd/gd_pixelate.c 					for (cx = 0; cx < block_size; cx++) {
cx                 34 ext/gd/libgd/gd_pixelate.c 						if (!gdImageBoundsSafe(im, x + cx, y + cy)) {
cx                 37 ext/gd/libgd/gd_pixelate.c 						c = gdImageGetPixel(im, x + cx, y + cy);
cx               97117 ext/sqlite3/libsqlite/sqlite3.c         u32 cx;
cx               97119 ext/sqlite3/libsqlite/sqlite3.c           cx = sqlite3Toupper(c);
cx               97122 ext/sqlite3/libsqlite/sqlite3.c           cx = c;
cx               97125 ext/sqlite3/libsqlite/sqlite3.c           if( c2!=c && c2!=cx ) continue;