Searched refs:DY (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd.c | 1853 #define FILL_PUSH(Y, XL, XR, DY) \ 1854 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \ 1855 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;} 1857 #define FILL_POP(Y, XL, XR, DY) \ 1858 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}
|
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 1901 long SX, SY, SW, SH, DX, DY, DW, DH; local 1905 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rrllllllll", &DIM, &SIM, &DX, &DY, &SX, &SY, &DW, &DH, &SW, &SH) == FAILURE) { 1917 dstY = DY; 3616 long SX, SY, SW, SH, DX, DY; local 3620 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rrllllll", &DIM, &SIM, &DX, &DY, &SX, &SY, &SW, &SH) == FAILURE) { 3632 dstY = DY; 3644 long SX, SY, SW, SH, DX, DY, PCT; local 3648 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rrlllllll", &DIM, &SIM, &DX, &DY, &SX, &SY, &SW, &SH, &PCT) == FAILURE) { 3660 dstY = DY; 3673 long SX, SY, SW, SH, DX, DY, PC local 3702 long SX, SY, SW, SH, DX, DY, DW, DH; local [all...] |
Completed in 13 milliseconds