Mercurial > MadButterfly
view include/mb_basic_types.h @ 497:6abc53f00792 Android_Skia
It may not need to call unref() for xfermode object.
unref() makes compile-time fault. It seems Skia don't want we to call
it. It is removed temporary and should be reviewed, later.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 26 Nov 2009 15:03:01 +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_ */