/php-src/ext/gd/libgd/ |
H A D | gd_pixelate.c | 28 int cx, cy; in gdImagePixelate() local 32 for (cy = 0; cy < block_size; cy++) { in gdImagePixelate() 34 if (!gdImageBoundsSafe(im, x + cx, y + cy)) { in gdImagePixelate() 37 c = gdImageGetPixel(im, x + cx, y + cy); in gdImagePixelate()
|
H A D | gd_gd2.c | 271 int ncx, ncy, nc, cs, cx, cy; in gdImageCreateFromGd2Ctx() local 316 for (cy = 0; (cy < ncy); cy++) { in gdImageCreateFromGd2Ctx() 318 ylo = cy * cs; in gdImageCreateFromGd2Ctx() 437 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local 534 for (cy = scy; (cy <= ecy); cy++) { in gdImageCreateFromGd2PartCtx() 535 ylo = cy * cs; in gdImageCreateFromGd2PartCtx() 566 chunkNum = cx + cy * ncx; in gdImageCreateFromGd2PartCtx() 661 gdPutWord(cy, out); in _gd2PutHeader() 666 int ncx, ncy, cx, cy; in _gdImageGd2() local 742 for (cy = 0; (cy < ncy); cy++) { in _gdImageGd2() [all …]
|
H A D | gd.c | 1517 int cx, cy; in gdImageChar() local 1523 cy = 0; in gdImageChar() 1539 cy++; in gdImageChar() 1545 int cx, cy; in gdImageCharUp() local 1551 cy = 0; in gdImageCharUp() 1564 cy++; in gdImageCharUp() 1566 cy = 0; in gdImageCharUp() 1706 pts[0].y = cy; in gdImageFilledArc() 1727 pts[2].y = cy; in gdImageFilledArc() 1756 pts[pti].y = cy; in gdImageFilledArc() [all …]
|
H A D | gd.h | 675 void gdImageEllipse(gdImagePtr im, int cx, int cy, int w, int h, int c); 694 void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int sty… 695 void gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color); 696 void gdImageFilledEllipse(gdImagePtr im, int cx, int cy, int w, int h, int color);
|
/php-src/ext/dom/lexbor/lexbor/css/selectors/ |
H A D | state.c | 1709 bool cy; in lxb_css_selectors_state_function_end() local 1734 cy); in lxb_css_selectors_state_function_end() 1735 if (cy) { in lxb_css_selectors_state_function_end() 1779 bool cy; in lxb_css_selectors_state_forgiving_cb() local 1812 cy); in lxb_css_selectors_state_forgiving_cb() 1813 if (cy) { in lxb_css_selectors_state_forgiving_cb() 1970 bool cy, comma; in lxb_css_selectors_state_function_error() local 1977 cy = false; in lxb_css_selectors_state_function_error() 1986 cy); in lxb_css_selectors_state_function_error() 1991 cy = func->forgiving; in lxb_css_selectors_state_function_error() [all …]
|
/php-src/ext/gd/ |
H A D | gd.c | 828 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local 834 Z_PARAM_LONG(cy) in PHP_FUNCTION() 858 Z_PARAM_LONG(cy) in PHP_FUNCTION() 2655 zend_long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local 2662 Z_PARAM_LONG(cy) in PHP_FUNCTION() 2691 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local 2697 Z_PARAM_LONG(cy) in PHP_FUNCTION() 2977 int cx, cy, px, py, fline; in php_gdimagecharup() local 2979 cy = 0; in php_gdimagecharup() 2991 cy++; in php_gdimagecharup() [all …]
|
/php-src/ext/dom/tests/modern/html/interactions/ |
H A D | HTMLDocument_getElementsByTagName.phpt | 18 <circle cx="0" cy="0" r="10"/>
|