comparison include/mb_config.h.in @ 473:ba64f928542b Android_Skia

Remove mbe_matrix_t type. The struct mbe_matrix_t is defined in a layout accoriding definition of Cairo. It is not feasible for all graphic engine. Now, we start supporting of other graphic engine; Skia, so use type of (co_aix[6]) defined and used by MadButterfly intead of mbe_matrix_t. And, bridges of graphic engines are responsible for translate matrics into the matrix type of the graphic enigne.
author Thinker K.F. Li <thinker@branda.to>
date Thu, 12 Nov 2009 21:32:58 +0800
parents 6e18550c8fa8
children 00f6b36ec5d2
comparison
equal deleted inserted replaced
472:4254eaa699d0 473:ba64f928542b
5 #undef CAIRO_GRAPH_ENGINE 5 #undef CAIRO_GRAPH_ENGINE
6 6
7 /* Enable Skia Graphic Engine */ 7 /* Enable Skia Graphic Engine */
8 #undef SKIA_GRAPH_ENGINE 8 #undef SKIA_GRAPH_ENGINE
9 9
10 /* Enable sh_text */
11 #undef SH_TEXT
12
13 /* Enable sh_stext */
14 #undef SH_STEXT
15
10 #endif /* __MB_CONFIG_H_ */ 16 #endif /* __MB_CONFIG_H_ */