Home | History | Annotate | Download | only in INCLUDE

Lines Matching refs:l1

1790 #define	MGL_sectRectCoord(l1,t1,r1,b1,l2,t2,r2,b2,d)				\

1791 ((d)->left = MAX(l1,l2), \
1797 #define MGL_sectRectFastCoord(l1,t1,r1,b1,l2,t2,r2,b2,d) \
1798 (d)->left = MAX(l1,l2); \
1809 #define MGL_unionRectCoord(l1,t1,r1,b1,l2,t2,r2,b2,d) \
1810 (d)->left = MIN(l1,l2); \