Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/
H A Dgd.c1973 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local
1994 dstY = DY; in PHP_FUNCTION()
3804 zend_long SX, SY, SW, SH, DX, DY; in PHP_FUNCTION() local
3808 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rrllllll", &DIM, &SIM, &DX, &DY, &SX, &SY, &SW, &SH) =… in PHP_FUNCTION()
3825 dstY = DY; in PHP_FUNCTION()
3837 zend_long SX, SY, SW, SH, DX, DY, PCT; in PHP_FUNCTION() local
3858 dstY = DY; in PHP_FUNCTION()
3871 zend_long SX, SY, SW, SH, DX, DY, PCT; in PHP_FUNCTION() local
3892 dstY = DY; in PHP_FUNCTION()
3905 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local
[all …]
/PHP-7.4/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 23 milliseconds