Home
last modified time | relevance | path

Searched refs:DY (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/gd/
H A Dgd.c1032 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local
1048 dstY = DY; in PHP_FUNCTION()
2837 zend_long SX, SY, SW, SH, DX, DY; in PHP_FUNCTION() local
2841 …s(ZEND_NUM_ARGS(), "OOllllll", &DIM, gd_image_ce, &SIM, gd_image_ce, &DX, &DY, &SX, &SY, &SW, &SH)… in PHP_FUNCTION()
2853 dstY = DY; in PHP_FUNCTION()
2864 zend_long SX, SY, SW, SH, DX, DY, PCT; in PHP_FUNCTION() local
2880 dstY = DY; in PHP_FUNCTION()
2892 zend_long SX, SY, SW, SH, DX, DY, PCT; in PHP_FUNCTION() local
2908 dstY = DY; in PHP_FUNCTION()
2920 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local
[all …]
/php-src/ext/gd/libgd/
H A Dgd.c1875 #define FILL_PUSH(Y, XL, XR, DY) \ argument
1876 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
1877 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}
1879 #define FILL_POP(Y, XL, XR, DY) \ argument
1880 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}

Completed in 29 milliseconds