gf_path_add_arc   291 include/gpac/path2d.h GF_Err gf_path_add_arc(GF_Path *gp, Fixed radius, Fixed start_angle, Fixed end_angle, u32 close_type);
gf_path_add_arc    99 src/compositor/x3d_geometry.c 			gf_path_add_arc(stack->path, a->radius, a->startAngle, a->endAngle, 0);
gf_path_add_arc   102 src/compositor/x3d_geometry.c 			gf_path_add_arc(stack->path, a->radius, a->startAngle, a->endAngle, !stricmp(a->closureType.buffer, "PIE") ? 2 : 1);