Searched refs:DY (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/gd/ |
H A D | gd.c | 1956 long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local 1972 dstY = DY; in PHP_FUNCTION() 3738 long SX, SY, SW, SH, DX, DY; in PHP_FUNCTION() local 3742 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rrllllll", &DIM, &SIM, &DX, &DY, &SX, &SY, &… in PHP_FUNCTION() 3754 dstY = DY; in PHP_FUNCTION() 3767 long SX, SY, SW, SH, DX, DY, PCT; in PHP_FUNCTION() local 3783 dstY = DY; in PHP_FUNCTION() 3796 long SX, SY, SW, SH, DX, DY, PCT; in PHP_FUNCTION() local 3812 dstY = DY; in PHP_FUNCTION() 3826 long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local [all …]
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gd.c | 1849 #define FILL_PUSH(Y, XL, XR, DY) \ argument 1850 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \ 1851 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;} 1853 #define FILL_POP(Y, XL, XR, DY) \ argument 1854 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}
|
Completed in 20 milliseconds