|
static void | swf_svg_print (SWFReader *read, const char *format,...) |
|
static void | swf_svg_print_color (SWFReader *read, u32 ARGB) |
|
static void | swf_svg_print_alpha (SWFReader *read, u32 ARGB) |
|
static void | swg_svg_print_shape_record_to_fill_stroke (SWFReader *read, SWFShapeRec *srec, Bool is_fill) |
|
static void | swf_svg_print_shape_record_to_path_d (SWFReader *read, SWFShapeRec *srec) |
|
static void | swf_svg_print_matrix (SWFReader *read, GF_Matrix2D *mat) |
|
static GF_Err | swf_svg_define_shape (SWFReader *read, SWFShape *shape, SWFFont *parent_font, Bool last_sub_shape) |
|
static GF_Err | swf_svg_define_text (SWFReader *read, SWFText *text) |
|
static GF_Err | swf_svg_define_edit_text (SWFReader *read, SWFEditText *text) |
|
static Bool | swf_svg_allocate_depth (SWFReader *read, u32 depth) |
|
static GF_Err | swf_svg_define_sprite (SWFReader *read, u32 nb_frames) |
|
static GF_Err | swf_svg_setup_sound (SWFReader *read, SWFSound *snd, Bool soundstream_first_block) |
|
static GF_Err | swf_svg_setup_image (SWFReader *read, u32 ID, char *fileName) |
|
static GF_Err | swf_svg_set_backcol (SWFReader *read, u32 xrgb) |
|
static GF_Err | swf_svg_start_sound (SWFReader *read, SWFSound *snd, Bool stop) |
|
static GF_Err | swf_svg_place_obj (SWFReader *read, u32 depth, u32 ID, u32 prev_id, u32 type, GF_Matrix2D *mat, GF_ColorMatrix *cmat, GF_Matrix2D *prev_mat, GF_ColorMatrix *prev_cmat) |
|
static GF_Err | swf_svg_remove_obj (SWFReader *read, u32 depth, u32 ID) |
|
static GF_Err | swf_svg_show_frame (SWFReader *read) |
|
static void | swf_svg_finalize (SWFReader *read, Bool is_destroy) |
|
static GF_Err | swf_svg_define_button (SWFReader *read, SWF_Button *btn) |
|
static Bool | swf_svg_action (SWFReader *read, SWFAction *act) |
|
GF_Err | swf_to_svg_init (SWFReader *read, u32 swf_flags, Float swf_flatten_angle) |
|
GF_Err | swf_svg_write_text_sample (void *user, const u8 *data, u32 length, u64 timestamp, Bool isRap) |
|
GF_Err | swf_svg_write_text_header (void *user, const u8 *data, u32 length, Bool isHeader) |
|