comparison include/mb_basic_types.h @ 586:b42d69ab8857 openvg

Replace mbe_clip() with mbe_scissoring()
author Thinker K.F. Li <thinker@branda.to>
date Wed, 30 Jun 2010 13:28:53 +0800
parents e813ac222f48
children 7b4e80ab671a
comparison
equal deleted inserted replaced
585:6af1aa74e57c 586:b42d69ab8857
5 typedef float co_comp_t; 5 typedef float co_comp_t;
6 typedef struct _grad_stop { 6 typedef struct _grad_stop {
7 co_aix offset; 7 co_aix offset;
8 co_comp_t r, g, b, a; 8 co_comp_t r, g, b, a;
9 } grad_stop_t; 9 } grad_stop_t;
10 typedef struct _area {
11 co_aix x, y;
12 co_aix w, h;
13 } area_t;
10 14
11 #endif /* __MB_BASIC_TYPES_H_ */ 15 #endif /* __MB_BASIC_TYPES_H_ */