MFRotation        242 include/gpac/internal/mesh.h void mesh_extrude_path(GF_Mesh *mesh, GF_Path *path, MFVec3f *thespine, Fixed creaseAngle, Bool begin_cap, Bool end_cap, MFRotation *spine_ori, MFVec2f *spine_scale, Bool tx_along_spine);
MFRotation        244 include/gpac/internal/mesh.h void mesh_extrude_path_ext(GF_Mesh *mesh, GF_Path *path, MFVec3f *thespine, Fixed creaseAngle, Fixed min_cx, Fixed min_cy, Fixed width_cx, Fixed width_cy, Bool begin_cap, Bool end_cap, MFRotation *spine_ori, MFVec2f *spine_scale, Bool tx_along_spine);
MFRotation        366 include/gpac/internal/scenegraph_dev.h void gf_sg_mfrotation_del(MFRotation par);
MFRotation        634 include/gpac/nodes_mpeg4.h 	MFRotation set_orientation;	/*eventIn*/
MFRotation        646 include/gpac/nodes_mpeg4.h 	MFRotation orientation;	/*field*/
MFRotation       1090 include/gpac/nodes_mpeg4.h 	MFRotation keyValue;	/*exposedField*/
MFRotation       1469 include/gpac/nodes_mpeg4.h 	MFRotation inMFRotation;	/*eventIn*/
MFRotation       1493 include/gpac/nodes_mpeg4.h 	MFRotation outMFRotation;	/*eventOut*/
MFRotation       2418 include/gpac/nodes_mpeg4.h 	MFRotation keyOrientation;	/*exposedField*/
MFRotation       2784 include/gpac/nodes_mpeg4.h 	MFRotation rotation;	/*exposedField*/
MFRotation        626 include/gpac/nodes_x3d.h 	MFRotation set_orientation;	/*eventIn*/
MFRotation        638 include/gpac/nodes_x3d.h 	MFRotation orientation;	/*field*/
MFRotation       1449 include/gpac/nodes_x3d.h 	MFRotation keyValue;	/*exposedField*/
MFRotation         62 src/compositor/hardcoded_protos.c 	MFRotation *orientation;
MFRotation         89 src/compositor/hardcoded_protos.c 	path_ext->orientation = (MFRotation *) field.far_ptr;
MFRotation        163 src/compositor/hardcoded_protos.c 	MFRotation *orientation;
MFRotation        193 src/compositor/hardcoded_protos.c 	path_ext->orientation = (MFRotation *) field.far_ptr;
MFRotation        299 src/compositor/hardcoded_protos.c 				MFRotation ori;
MFRotation       1733 src/compositor/mesh.c static void mesh_extrude_path_intern(GF_Mesh *mesh, GF_Path *path, MFVec3f *thespine, Fixed creaseAngle, Fixed min_cx, Fixed min_cy, Fixed width_cx, Fixed width_cy, Bool begin_cap, Bool end_cap, MFRotation *spine_ori, MFVec2f *spine_scale, Bool tx_along_spine)
MFRotation       2334 src/compositor/mesh.c void mesh_extrude_path_ext(GF_Mesh *mesh, GF_Path *path, MFVec3f *thespine, Fixed creaseAngle, Fixed min_cx, Fixed min_cy, Fixed width_cx, Fixed width_cy, Bool begin_cap, Bool end_cap, MFRotation *spine_ori, MFVec2f *spine_scale, Bool tx_along_spine)
MFRotation       2339 src/compositor/mesh.c void mesh_extrude_path(GF_Mesh *mesh, GF_Path *path, MFVec3f *thespine, Fixed creaseAngle, Bool begin_cap, Bool end_cap, MFRotation *spine_ori, MFVec2f *spine_scale, Bool tx_along_spine)
MFRotation        726 src/compositor/mpeg4_text.c void compositor_extrude_text(GF_Node *node, GF_TraverseState *tr_state, GF_Mesh *mesh, MFVec3f *thespine, Fixed creaseAngle, Bool begin_cap, Bool end_cap, MFRotation *spine_ori, MFVec2f *spine_scale, Bool txAlongSpine)
MFRotation        269 src/compositor/nodes_stacks.h void compositor_extrude_text(GF_Node *node, GF_TraverseState *tr_state, GF_Mesh *mesh, MFVec3f *thespine, Fixed creaseAngle, Bool begin_cap, Bool end_cap, MFRotation *spine_ori, MFVec2f *spine_scale, Bool txAlongSpine);
MFRotation       2989 src/scenegraph/vrml_smjs.c 	gf_sg_vrml_field_copy(& ((MFRotation *)ptr->field.far_ptr)->vals[ind], from->field.far_ptr, from->field.fieldType);
MFRotation       3839 src/scenegraph/vrml_smjs.c 				gf_sg_vrml_field_copy(& ((MFRotation*)field->far_ptr)->vals[i], from->field.far_ptr, GF_SG_VRML_SFROTATION);
MFRotation       4241 src/scenegraph/vrml_smjs.c 		MFRotation *f = (MFRotation*) field->far_ptr;
MFRotation        454 src/scenegraph/vrml_tools.c static MFRotation *NewMFRotation()
MFRotation        456 src/scenegraph/vrml_tools.c 	MFRotation *tmp = (MFRotation *)gf_malloc(sizeof(MFRotation));
MFRotation        457 src/scenegraph/vrml_tools.c 	memset(tmp, 0, sizeof(MFRotation));
MFRotation        575 src/scenegraph/vrml_tools.c void gf_sg_mfrotation_del(MFRotation par) {
MFRotation        693 src/scenegraph/vrml_tools.c 		gf_sg_mfrotation_del( * ((MFRotation *)field));