Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/
H A Dgd.c1182 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local
1198 dstY = DY; in PHP_FUNCTION()
2992 zend_long SX, SY, SW, SH, DX, DY; in PHP_FUNCTION() local
2996 …s(ZEND_NUM_ARGS(), "OOllllll", &DIM, gd_image_ce, &SIM, gd_image_ce, &DX, &DY, &SX, &SY, &SW, &SH)… in PHP_FUNCTION()
3008 dstY = DY; in PHP_FUNCTION()
3019 zend_long SX, SY, SW, SH, DX, DY, PCT; in PHP_FUNCTION() local
3035 dstY = DY; in PHP_FUNCTION()
3047 zend_long SX, SY, SW, SH, DX, DY, PCT; in PHP_FUNCTION() local
3063 dstY = DY; in PHP_FUNCTION()
3075 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local
[all …]
/PHP-8.1/ext/gd/libgd/
H A Dgd.c1905 #define FILL_PUSH(Y, XL, XR, DY) \ argument
1906 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
1907 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}
1909 #define FILL_POP(Y, XL, XR, DY) \ argument
1910 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}

Completed in 28 milliseconds