| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_gd2.c | 253 int ncx, ncy, nc, cs, cx, cy; local 299 for (cx = 0; (cx < ncx); cx++) { 306 GD2_DBG(php_gd_error("Processing Chunk %d (%d, %d), y from %d to %d", chunkNum, cx, cy, ylo, yhi)); 320 xlo = cx * cs; 415 int nc, ncx, ncy, cs, cx, cy; local 519 for (cx = scx; cx <= ecx; cx 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 33 for (cx = 0; cx < block_size; cx++) { 34 if (!gdImageBoundsSafe(im, x + cx, y + cy)) { 37 c = gdImageGetPixel(im, x + cx, y + cy);
|
| H A D | gd.c | 1544 int cx, cy; local 1547 cx = 0; 1558 if (f->data[fline + cy * f->w + cx]) { 1561 cx++; 1563 cx = 0; 1570 int cx, cy; local 1573 cx = 0; 1584 if (f->data[fline + cy * f->w + cx]) { 1590 cx++; 1663 cx an 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 | 189 ZEND_ARG_INFO(0, cx) 198 ZEND_ARG_INFO(0, cx) 530 ZEND_ARG_INFO(0, cx) 541 ZEND_ARG_INFO(0, cx) 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, c 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...] |