Mercurial > MadButterfly
comparison src/graph_engine_skia.cpp @ 469:4dc0be6c044a Android_Skia
Add copy and clear graphic engine functions.
To replace set/get options, copy and clear is more meanful,
functional, and independently. set/get options are too graphic engine
dependently.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 12 Nov 2009 21:30:35 +0800 |
parents | ae784a86ba82 |
children | 4254eaa699d0 |
comparison
equal
deleted
inserted
replaced
468:ae784a86ba82 | 469:4dc0be6c044a |
---|---|
1 extern "C" { | |
1 #include "mb_graph_engine_skia.h" | 2 #include "mb_graph_engine_skia.h" |
2 #include "mb_shapes.h" | 3 #include "mb_shapes.h" |
4 }; | |
3 | 5 |
4 #ifndef ASSERT | 6 #ifndef ASSERT |
5 #define ASSERT(x) | 7 #define ASSERT(x) |
6 #endif | 8 #endif |