Mercurial > MadButterfly
diff include/mb_types.h @ 537:3a7e3c1cd6e6 Android_Skia
[mq]: propagate_areas.diff
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 22 May 2010 22:31:18 +0800 |
parents | b6b3dbeaedf3 |
children | f42419c08a65 |
line wrap: on
line diff
--- a/include/mb_types.h Fri May 21 22:59:26 2010 +0800 +++ b/include/mb_types.h Sat May 22 22:31:18 2010 +0800 @@ -249,6 +249,9 @@ #define COF_DIRTY_PCACHE_AREA 0x1000 /*!< \brief pcache_area shoud be * updated. */ +#define COF_SKIP_ZERO 0x2000 /*!< \brief The coord just skip zeroing. + * No real zeroing was performed. + */ /* @} */ extern void matrix_mul(co_aix *m1, co_aix *m2, co_aix *dst);