| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_arc_f_buggy.c | 16 gdImageFilledEllipse (gdImagePtr im, int cx, int cy, int width, int height, int color) 18 gdImageFilledArc (im, cx, cy, width, height, 0, 360, color, gdChord); 22 gdImageFilledArc (gdImagePtr im, int cx, int cy, int width, int height, int s, int e, int color, int style) 110 gdImageFilledArc (im, cx, cy, width, height, s, (i + 1) * 90, color, gdChord); 113 pt[0].y += cy; 115 pt[1].y = cy + axis_pt[(i + 1) & 3].y; 118 gdImageFilledArc (im, cx, cy, width, height, (i + 1) * 90, e, color, gdChord); 121 pt[2].y += cy; 130 pt[3].y = cy; 137 gdImageFilledArc (im, cx, cy, widt [all...] |
| H A D | gd_gd2.c | 253 int ncx, ncy, nc, cs, cx, cy; local 298 for (cy = 0; (cy < ncy); cy++) { 300 ylo = cy * cs; 306 GD2_DBG(php_gd_error("Processing Chunk %d (%d, %d), y from %d to %d", chunkNum, cx, cy, ylo, yhi)); 415 int nc, ncx, ncy, cs, cx, cy; local 512 for (cy = scy; (cy <= ecy); cy 622 _gd2PutHeader(gdImagePtr im, gdIOCtx * out, int cs, int fmt, int cx, int cy) argument 644 int ncx, ncy, cx, cy; local [all...] |
| H A D | gd_pixelate.c | 28 int cx, cy; local 32 for (cy = 0; cy < block_size; cy++) { 34 if (!gdImageBoundsSafe(im, x + cx, y + cy)) { 37 c = gdImageGetPixel(im, x + cx, y + cy);
|
| H A D | gd.h | 646 void gdImageEllipse(gdImagePtr im, int cx, int cy, int w, int h, int c); 665 void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style); 666 void gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color); 667 void gdImageFilledEllipse(gdImagePtr im, int cx, int cy, int w, int h, int color);
|
| H A D | gd.c | 1544 int cx, cy; local 1548 cy = 0; 1558 if (f->data[fline + cy * f->w + cx]) { 1564 cy++; 1570 int cx, cy; local 1574 cy = 0; 1584 if (f->data[fline + cy * f->w + cx]) { 1587 cy++; 1589 cy = 0; 1663 cx and cy ar 1668 gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) argument 1677 gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style) argument 2055 int cx, cy, x1ul, y1ul, x2lr, y2lr; local [all...] |
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 190 ZEND_ARG_INFO(0, cy) 199 ZEND_ARG_INFO(0, cy) 531 ZEND_ARG_INFO(0, cy) 542 ZEND_ARG_INFO(0, cy) 1712 /* {{{ proto bool imagefilledellipse(resource im, int cx, int cy, int w, int h, int color) 1717 long cx, cy, w, h, color; local 1720 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlllll", &IM, &cx, &cy, &w, &h, &color) == FAILURE) { 1726 gdImageFilledEllipse(im, cx, cy, w, h, color); 1732 /* {{{ proto bool imagefilledarc(resource im, int cx, int cy, int w, int h, int s, int e, int col, int style) 1737 long cx, cy, local 3192 long cx, cy, w, h, ST, E, col; local 3222 long cx, cy, w, h, color; local 3490 int cx, cy, px, py, fline; local [all...] |