Home | History | Annotate | Download | only in INCLUDE

Lines Matching refs:b2

1240 void	ASMAPI MGL_rgbLineCoordFast(fix32_t x1,fix32_t y1,fix32_t r1,fix32_t g1,fix32_t b1,fix32_t x2,fix32_t y2,fix32_t r2,fix32_t g2,fix32_t b2);

1243 void ASMAPI MGL_rgbzLineCoordFast(fix32_t x1,fix32_t y1,zfix32_t z1,fix32_t r1,fix32_t g1,fix32_t b1,fix32_t x2,fix32_t y2,zfix32_t z2,fix32_t r2,fix32_t g2,fix32_t b2);
1790 #define MGL_sectRectCoord(l1,t1,r1,b1,l2,t2,r2,b2,d) \
1794 (d)->bottom = MIN(b1,b2), \
1797 #define MGL_sectRectFastCoord(l1,t1,r1,b1,l2,t2,r2,b2,d) \
1801 (d)->bottom = MIN(b1,b2)
1809 #define MGL_unionRectCoord(l1,t1,r1,b1,l2,t2,r2,b2,d) \
1813 (d)->bottom = MAX(b1,b2)