Mercurial > MadButterfly
view include/mb_basic_types.h @ 527:47a860beaa44 Android_Skia
Every coord can only appear at mot one time in the dirty coord list.
rdman_coord_changed() will check COF_DIRTY flags to make sure never
add a coord into dirty coord list more than one time. So, we don't need
to check it, again, in clean_rdman_dirties().
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Tue, 22 Dec 2009 22:39:53 +0800 |
parents | e813ac222f48 |
children | b42d69ab8857 586e50f82c1f |
line wrap: on
line source
#ifndef __MB_BASIC_TYPES_H_ #define __MB_BASIC_TYPES_H_ typedef float co_aix; typedef float co_comp_t; typedef struct _grad_stop { co_aix offset; co_comp_t r, g, b, a; } grad_stop_t; #endif /* __MB_BASIC_TYPES_H_ */