Home
last modified time | relevance | path

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

/PHP-8.3/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.c1463 int cx, cy; in gdImageChar() local
1469 cy = 0; in gdImageChar()
1485 cy++; in gdImageChar()
1491 int cx, cy; in gdImageCharUp() local
1497 cy = 0; in gdImageCharUp()
1510 cy++; in gdImageCharUp()
1512 cy = 0; in gdImageCharUp()
1652 pts[0].y = cy; in gdImageFilledArc()
1673 pts[2].y = cy; in gdImageFilledArc()
1702 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-8.3/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 …]

Completed in 50 milliseconds