Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd.c1864 #define FILL_PUSH(Y, XL, XR, DY) \ argument
1866 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}
1868 #define FILL_POP(Y, XL, XR, DY) \ argument
1869 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}

Completed in 12 milliseconds