comparison include/mb_shapes.h @ 273:0cadeb9fdfc3

Merged
author wycc
date Mon, 26 Jan 2009 01:37:04 +0800
parents b42ee279669e
children c8b6ca46950b
comparison
equal deleted inserted replaced
272:01439f28d0bd 273:0cadeb9fdfc3
87 mb_img_data_t *img_data, 87 mb_img_data_t *img_data,
88 co_aix x, co_aix y, 88 co_aix x, co_aix y,
89 co_aix w, co_aix h); 89 co_aix w, co_aix h);
90 extern void sh_image_transform(shape_t *shape); 90 extern void sh_image_transform(shape_t *shape);
91 extern void sh_image_draw(shape_t *shape, cairo_t *cr); 91 extern void sh_image_draw(shape_t *shape, cairo_t *cr);
92 extern void sh_image_set(shape_t *shape, co_aix x, co_aix y, 92 extern void sh_image_set_geometry(shape_t *shape, co_aix x, co_aix y,
93 co_aix w, co_aix h); 93 co_aix w, co_aix h);
94 /* @} */ 94 /* @} */
95 /* @} */ 95 /* @} */
96 96
97 #endif /* __SHAPES_H_ */ 97 #endif /* __SHAPES_H_ */