Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/
H A Dgd.c1852 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local
1873 dstY = DY; in PHP_FUNCTION()
3641 zend_long SX, SY, SW, SH, DX, DY; in PHP_FUNCTION() local
3645 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rrllllll", &DIM, &SIM, &DX, &DY, &SX, &SY, &SW, &SH) =… in PHP_FUNCTION()
3662 dstY = DY; in PHP_FUNCTION()
3674 zend_long SX, SY, SW, SH, DX, DY, PCT; in PHP_FUNCTION() local
3695 dstY = DY; in PHP_FUNCTION()
3708 zend_long SX, SY, SW, SH, DX, DY, PCT; in PHP_FUNCTION() local
3729 dstY = DY; in PHP_FUNCTION()
3742 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local
[all …]
/PHP-7.0/ext/gd/libgd/
H A Dgd.c1844 #define FILL_PUSH(Y, XL, XR, DY) \ argument
1845 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
1846 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}
1848 #define FILL_POP(Y, XL, XR, DY) \ argument
1849 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}

Completed in 22 milliseconds