mesh_new_cylinder  204 include/gpac/internal/mesh.h void mesh_new_cylinder(GF_Mesh *mesh, Fixed height, Fixed radius, Bool bottom, Bool side, Bool top, Bool low_res);
mesh_new_cylinder  109 src/compositor/mpeg4_geometry_3d.c 	mesh_new_cylinder(stack->mesh, cy->height, cy->radius, cy->bottom, cy->side, cy->top, tr_state->visual->compositor->high_speed);