SWFShape           45 include/gpac/internal/swf_dev.h typedef struct SWFShape SWFShape;
SWFShape          131 include/gpac/internal/swf_dev.h 	GF_Err (*define_shape)(SWFReader *read, SWFShape *shape, SWFFont *parent_font, Bool last_sub_shape);
SWFShape          246 src/scene_manager/swf_bifs.c static GF_Rect s2b_get_center_bounds(SWFShape *shape, SWFShapeRec *srec)
SWFShape          267 src/scene_manager/swf_bifs.c static GF_Node *s2b_get_gradient(SWFReader *read, GF_Node *parent, SWFShape *shape, SWFShapeRec *srec)
SWFShape          359 src/scene_manager/swf_bifs.c static GF_Node *s2b_get_bitmap(SWFReader *read, GF_Node *parent, SWFShape *shape, SWFShapeRec *srec)
SWFShape          390 src/scene_manager/swf_bifs.c static void s2b_set_appearance(SWFReader *read, SWFShape *shape, M_Shape *n, SWFShapeRec *srec, Bool is_fill)
SWFShape          425 src/scene_manager/swf_bifs.c static GF_Node *s2b_shape_to_curve2d(SWFReader *read, SWFShape *shape, SWFShapeRec *srec, Bool is_fill, M_Coordinate2D *c)
SWFShape          677 src/scene_manager/swf_bifs.c static GF_Err swf_bifs_define_shape(SWFReader *read, SWFShape *shape, SWFFont *parent_font, Bool last_sub_shape)
SWFShape          377 src/scene_manager/swf_parse.c static void swf_parse_styles(SWFReader *read, u32 revision, SWFShape *shape, u32 *bits_fill, u32 *bits_line)
SWFShape          830 src/scene_manager/swf_parse.c static GF_Err swf_flush_shape(SWFReader *read, SWFShape *shape, SWFFont *font, Bool last_shape)
SWFShape          885 src/scene_manager/swf_parse.c 	SWFShape shape;
SWFShape          889 src/scene_manager/swf_parse.c 	memset(&shape, 0, sizeof(SWFShape));
SWFShape          194 src/scene_manager/swf_svg.c static GF_Err swf_svg_define_shape(SWFReader *read, SWFShape *shape, SWFFont *parent_font, Bool last_sub_shape)