Mercurial > MadButterfly
comparison include/mb_graph_engine.h @ 472:4254eaa699d0 Android_Skia
Declare functions that should be implemented by Skia graphic engine
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 12 Nov 2009 21:32:52 +0800 |
parents | cd6f57b9b104 |
children | e2c9117b1e12 586e50f82c1f |
comparison
equal
deleted
inserted
replaced
471:e98ae1407ca2 | 472:4254eaa699d0 |
---|---|
4 | 4 |
5 #ifdef CAIRO_GRAPH_ENGINE | 5 #ifdef CAIRO_GRAPH_ENGINE |
6 #include <mb_graph_engine_cairo.h> | 6 #include <mb_graph_engine_cairo.h> |
7 #endif | 7 #endif |
8 | 8 |
9 #ifdef SKAI_GRAPH_ENGINE | 9 #ifdef SKIA_GRAPH_ENGINE |
10 #include <mb_graph_engine_skia.h> | 10 #include <mb_graph_engine_skia.h> |
11 #endif | 11 #endif |
12 | 12 |
13 #endif /* __MBE_H_ */ | 13 #endif /* __MBE_H_ */ |