Home
last modified time | relevance | path

Searched refs:cy (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd_pixelate.c28 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 Dgd_gd2.c271 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 Dgd.c1433 int cx, cy; in gdImageChar() local
1439 cy = 0; in gdImageChar()
1455 cy++; in gdImageChar()
1461 int cx, cy; in gdImageCharUp() local
1467 cy = 0; in gdImageCharUp()
1480 cy++; in gdImageCharUp()
1482 cy = 0; in gdImageCharUp()
1622 pts[0].y = cy; in gdImageFilledArc()
1643 pts[2].y = cy; in gdImageFilledArc()
1672 pts[pti].y = cy; in gdImageFilledArc()
[all …]
H A Dgd.h675 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/gd/
H A Dgd.c828 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
846 zend_long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
2417 zend_long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local
2437 gdImageArc(im, cx, cy, w, h, st, e, col); in PHP_FUNCTION()
2446 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
2455 gdImageEllipse(im, cx, cy, w, h, color); in PHP_FUNCTION()
2711 int cx, cy, px, py, fline; in php_gdimagecharup() local
2713 cy = 0; in php_gdimagecharup()
2722 if (f->data[fline + cy * f->w + cx]) { in php_gdimagecharup()
2725 cy++; in php_gdimagecharup()
[all …]
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_getElementsByTagName.phpt18 <circle cx="0" cy="0" r="10"/>

Completed in 51 milliseconds