Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/
H A Dgd.c1072 Z_PARAM_LONG(DY) in PHP_FUNCTION()
1089 dstY = DY; in PHP_FUNCTION()
3102 zend_long SX, SY, SW, SH, DX, DY; in PHP_FUNCTION() local
3110 Z_PARAM_LONG(DY) in PHP_FUNCTION()
3125 dstY = DY; in PHP_FUNCTION()
3144 Z_PARAM_LONG(DY) in PHP_FUNCTION()
3160 dstY = DY; in PHP_FUNCTION()
3180 Z_PARAM_LONG(DY) in PHP_FUNCTION()
3196 dstY = DY; in PHP_FUNCTION()
3216 Z_PARAM_LONG(DY) in PHP_FUNCTION()
[all …]
/PHP-8.4/ext/gd/libgd/
H A Dgd.c1959 #define FILL_PUSH(Y, XL, XR, DY) \ argument
1960 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
1961 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}
1963 #define FILL_POP(Y, XL, XR, DY) \ argument
1964 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}

Completed in 25 milliseconds