comparison include/mb_types.h @ 458:bb4f651090bf

Use cairo to transform and draw arc. - We move some values into float_args. - fix_args is removed. - args is rename to pnts. - We still need to add corner points to pnts at sh_path_arc_cmd_arg_fill().
author Thinker K.F. Li <thinker@branda.to>
date Thu, 10 Sep 2009 17:36:45 +0800
parents 16116d84bc5e
children d186d1e24458
comparison
equal deleted inserted replaced
457:ea09fdab333a 458:bb4f651090bf
4 #include "mb_graph_engine.h" 4 #include "mb_graph_engine.h"
5 #include "mb_tools.h" 5 #include "mb_tools.h"
6 #include "mb_observer.h" 6 #include "mb_observer.h"
7 #include "mb_prop.h" 7 #include "mb_prop.h"
8 8
9 typedef float co_aix;
10 typedef struct _shape shape_t; 9 typedef struct _shape shape_t;
11 typedef struct _geo geo_t; 10 typedef struct _geo geo_t;
12 typedef struct _area area_t; 11 typedef struct _area area_t;
13 typedef struct _shnode shnode_t; 12 typedef struct _shnode shnode_t;
14 typedef struct _paint paint_t; 13 typedef struct _paint paint_t;