Searched refs:DY (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/gd/ |
H A D | gd.c | 1032 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local 1048 dstY = DY; in PHP_FUNCTION() 2846 zend_long SX, SY, SW, SH, DX, DY; in PHP_FUNCTION() local 2850 …s(ZEND_NUM_ARGS(), "OOllllll", &DIM, gd_image_ce, &SIM, gd_image_ce, &DX, &DY, &SX, &SY, &SW, &SH)… in PHP_FUNCTION() 2862 dstY = DY; in PHP_FUNCTION() 2873 zend_long SX, SY, SW, SH, DX, DY, PCT; in PHP_FUNCTION() local 2889 dstY = DY; in PHP_FUNCTION() 2901 zend_long SX, SY, SW, SH, DX, DY, PCT; in PHP_FUNCTION() local 2917 dstY = DY; in PHP_FUNCTION() 2929 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local [all …]
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gd.c | 1905 #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 26 milliseconds