OSDN Git Service

test for replaceBitmapData Lossless with alpha0
[swfed/swfed.git] / src / swf_styles_count.h
1 /*
2   +----------------------------------------------------------------------+
3   | Author: yoya@awm.jp                                                  |
4   +----------------------------------------------------------------------+
5 */
6
7 #ifndef __SWF_STYLES_COUNT_H__
8 #define __SWF_STYLES_COUNT_H__
9
10 typedef struct swf_styles_count_ {
11     unsigned char fill_bits_count:4;
12     unsigned char line_bits_count:4;
13 } swf_styles_count_t;
14
15 extern int swf_styles_count_parse(bitstream_t *bs,
16                                   swf_styles_count_t *styles_count);
17 extern int swf_styles_count_build(bitstream_t *bs,
18                                   swf_styles_count_t *styles_count);
19 extern int swf_styles_count_print(swf_styles_count_t *styles_count,
20                                   int indent_depth);
21
22 #endif /* __SWF_STYLES_COUNT_H__ */