mesh_new_cone     205 include/gpac/internal/mesh.h void mesh_new_cone(GF_Mesh *mesh, Fixed height, Fixed radius, Bool bottom, Bool side, Bool low_res);
mesh_new_cone      92 src/compositor/mpeg4_geometry_3d.c 	mesh_new_cone(stack->mesh, co->height, co->bottomRadius, co->bottom, co->side, tr_state->visual->compositor->high_speed);