gf_path_add_cubic_to 169 include/gpac/path2d.h GF_Err gf_path_add_cubic_to(GF_Path *gp, Fixed c1_x, Fixed c1_y, Fixed c2_x, Fixed c2_y, Fixed x, Fixed y); gf_path_add_cubic_to 615 modules/ft_font/ft_font.c gf_path_add_cubic_to(ftol->path, INT2FIX(c1->x), INT2FIX(c1->y), INT2FIX(c2->x), INT2FIX(c2->y), INT2FIX(to->x), INT2FIX(to->y) ); gf_path_add_cubic_to 304 modules/gdip_raster/gdip_font.cpp gf_path_add_cubic_to(glyph->path, FLT2FIX(pts[i].X), FLT2FIX(pts[i].Y), FLT2FIX(pts[i+1].X), FLT2FIX(pts[i+1].Y), FLT2FIX(pts[i+2].X), FLT2FIX(pts[i+2].Y)); gf_path_add_cubic_to 267 src/compositor/hc_flash_shape.c if (fill_item) gf_path_add_cubic_to(fill_item->path, ct1.x, ct1.y, ct2.x, ct2.y, pt.x, pt.y); gf_path_add_cubic_to 268 src/compositor/hc_flash_shape.c if (line_item) gf_path_add_cubic_to(line_item->path, ct1.x, ct1.y, ct2.x, ct2.y, pt.x, pt.y); gf_path_add_cubic_to 295 src/compositor/hc_flash_shape.c if (fill_item) gf_path_add_cubic_to(fill_item->path, ct1.x, ct1.y, ct2.x, ct2.y, pt.x, pt.y); gf_path_add_cubic_to 296 src/compositor/hc_flash_shape.c if (line_item) gf_path_add_cubic_to(line_item->path, ct1.x, ct1.y, ct2.x, ct2.y, pt.x, pt.y); gf_path_add_cubic_to 458 src/compositor/mpeg4_geometry_2d.c gf_path_add_cubic_to(stack->path, ct_orig.x, ct_orig.y, ct_end.x, ct_end.y, end.x, end.y); gf_path_add_cubic_to 470 src/compositor/mpeg4_geometry_2d.c gf_path_add_cubic_to(stack->path, ct_orig.x, ct_orig.y, ct_end.x, ct_end.y, end.x, end.y); gf_path_add_cubic_to 1503 src/scenegraph/svg_attributes.c gf_path_add_cubic_to(path, ct_orig.x, ct_orig.y, ct_end.x, ct_end.y, end.x, end.y); gf_path_add_cubic_to 1536 src/scenegraph/svg_attributes.c gf_path_add_cubic_to(path, ct_orig.x, ct_orig.y, ct_end.x, ct_end.y, end.x, end.y); gf_path_add_cubic_to 261 src/scenegraph/svg_types.c gf_path_add_cubic_to(path, ct_orig.x, ct_orig.y, ct_end.x, ct_end.y, end.x, end.y); gf_path_add_cubic_to 273 src/scenegraph/svg_types.c gf_path_add_cubic_to(path, ct_orig.x, ct_orig.y, ct_end.x, ct_end.y, end.x, end.y); gf_path_add_cubic_to 212 src/utils/path2d.c return gf_path_add_cubic_to(gp, c1->x, c1->y, c2->x, c2->y, pt->x, pt->y);