Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/
H A Dgd.c1904 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local
1925 dstY = DY; in PHP_FUNCTION()
3721 zend_long SX, SY, SW, SH, DX, DY; in PHP_FUNCTION() local
3725 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rrllllll", &DIM, &SIM, &DX, &DY, &SX, &SY, &SW, &SH) =… in PHP_FUNCTION()
3742 dstY = DY; in PHP_FUNCTION()
3754 zend_long SX, SY, SW, SH, DX, DY, PCT; in PHP_FUNCTION() local
3775 dstY = DY; in PHP_FUNCTION()
3788 zend_long SX, SY, SW, SH, DX, DY, PCT; in PHP_FUNCTION() local
3809 dstY = DY; in PHP_FUNCTION()
3822 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local
[all …]
/PHP-7.3/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 26 milliseconds