Mercurial > MadButterfly
view include/mb_graph_engine.h @ 471:e98ae1407ca2 Android_Skia
Remove mbe_set_source_surface() from graphic engine.
Since mbe_set_source() and mbe_pattern_create_for_surface() can
replace mbe_set_source_surface(), mbe_set_source_surface() is removed
to reduce number of functions in graphic engine layer.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 12 Nov 2009 21:31:14 +0800 |
parents | cd6f57b9b104 |
children | 4254eaa699d0 |
line wrap: on
line source
#ifndef __MBE_H_ #define __MBE_H_ #include <mb_config.h> #ifdef CAIRO_GRAPH_ENGINE #include <mb_graph_engine_cairo.h> #endif #ifdef SKAI_GRAPH_ENGINE #include <mb_graph_engine_skia.h> #endif #endif /* __MBE_H_ */