SVG_Point         641 applications/testapps/svg2bifs/main.c 						SVG_Point *p = (SVG_Point *)gf_list_get(*converter->all_atts.points, i);
SVG_Point         942 applications/testapps/svg2bifs/main.c 								SVG_Point *p;
SVG_Point        1072 include/gpac/internal/scenegraph_dev.h u32 svg_parse_point(SVG_Point *p, char *value_string);
SVG_Point         623 src/compositor/svg_geometry.c 		SVG_Point *p = (SVG_Point *)gf_list_get(*atts->points, 0);
SVG_Point         626 src/compositor/svg_geometry.c 			p = (SVG_Point *)gf_list_get(*atts->points, i);
SVG_Point         654 src/compositor/svg_geometry.c 		SVG_Point *p = (SVG_Point *)gf_list_get(*atts->points, 0);
SVG_Point         657 src/compositor/svg_geometry.c 			p = (SVG_Point *)gf_list_get(*atts->points, i);
SVG_Point        1797 src/laser/lsr_dec.c 			SVG_Point *pt = (SVG_Point *)val->value;
SVG_Point        2120 src/laser/lsr_dec.c 	SVG_Point *pt;
SVG_Point        2206 src/laser/lsr_dec.c 		pt = (SVG_Point*)gf_malloc(sizeof(SVG_Point));
SVG_Point        2304 src/laser/lsr_dec.c 			SVG_Point *pt;
SVG_Point        2306 src/laser/lsr_dec.c 			GF_SAFEALLOC(pt , SVG_Point);
SVG_Point        2337 src/laser/lsr_dec.c 	SVG_Point *pt;
SVG_Point        2409 src/laser/lsr_dec.c 			pt = (SVG_Point*)gf_malloc(sizeof(SVG_Point));
SVG_Point        2544 src/laser/lsr_dec.c 		SVG_Point *v = (SVG_Point *)gf_list_last(pts);
SVG_Point        2557 src/laser/lsr_dec.c 				SVG_Point *pt = (SVG_Point *)gf_malloc(sizeof(SVG_Point));
SVG_Point        2567 src/laser/lsr_dec.c 			SVG_Point *pt = (SVG_Point *)gf_malloc(sizeof(SVG_Point));
SVG_Point        2579 src/laser/lsr_dec.c 				SVG_Point *pt = (SVG_Point *)gf_malloc(sizeof(SVG_Point));
SVG_Point        4438 src/laser/lsr_dec.c 	SVG_Point *pt;
SVG_Point        4443 src/laser/lsr_dec.c 		pt = (SVG_Point*)gf_malloc(sizeof(SVG_Point));
SVG_Point        4467 src/laser/lsr_dec.c 		pt = (SVG_Point*)gf_malloc(sizeof(SVG_Point));
SVG_Point        4508 src/laser/lsr_dec.c 		((SVG_Point *)val)->x = lsr_read_fixed_16_8(lsr, "scale_x");
SVG_Point        4509 src/laser/lsr_dec.c 		((SVG_Point *)val)->y = lsr_read_fixed_16_8(lsr, "scale_y");
SVG_Point        4514 src/laser/lsr_dec.c 		((SVG_Point *)val)->x = num.value;
SVG_Point        4516 src/laser/lsr_dec.c 		((SVG_Point *)val)->y = num.value;
SVG_Point        4999 src/laser/lsr_dec.c 					SVG_Point *pt;
SVG_Point        5022 src/laser/lsr_dec.c 						pt = (SVG_Point*)tmp;
SVG_Point        1889 src/laser/lsr_enc.c 			SVG_Point *pt = (SVG_Point *)val;
SVG_Point        1910 src/laser/lsr_enc.c 			lsr_write_coordinate(lsr, ((SVG_Point *)val)->x, GF_FALSE, "valX");
SVG_Point        1911 src/laser/lsr_enc.c 			lsr_write_coordinate(lsr, ((SVG_Point *)val)->y, GF_FALSE, "valY");
SVG_Point        2018 src/laser/lsr_enc.c 				SVG_Point *pt = (SVG_Point *)gf_list_get(*pts, i);
SVG_Point        2027 src/laser/lsr_enc.c 				SVG_Point *pt = (SVG_Point *)gf_list_get(*pts, i);
SVG_Point        2036 src/laser/lsr_enc.c 			SVG_Point *pt = (SVG_Point *)gf_list_get(*pts, 0);
SVG_Point        2051 src/laser/lsr_enc.c 				SVG_Point *pt = (SVG_Point *)gf_list_get(*pts, i);
SVG_Point        2064 src/laser/lsr_enc.c 				SVG_Point *pt = (SVG_Point *)gf_list_get(*pts, i);
SVG_Point        3717 src/laser/lsr_enc.c 			lsr_write_fixed_16_8(lsr, ((SVG_Point *)val)->x, "scale_x");
SVG_Point        3718 src/laser/lsr_enc.c 			lsr_write_fixed_16_8(lsr, ((SVG_Point *)val)->y, "scale_y");
SVG_Point        3722 src/laser/lsr_enc.c 			lsr_write_coordinate(lsr, ((SVG_Point *)val)->x, GF_FALSE, "translation_x");
SVG_Point        3723 src/laser/lsr_enc.c 			lsr_write_coordinate(lsr, ((SVG_Point *)val)->y, GF_FALSE, "translation_y");
SVG_Point         895 src/scene_manager/loader_svg.c 					SVG_Point pt;
SVG_Point         904 src/scene_manager/loader_svg.c 					SVG_Point pt;
SVG_Point        1286 src/scene_manager/loader_svg.c 			SVG_Point pt;
SVG_Point         284 src/scene_manager/scene_stats.c 			SVG_Point *p = (SVG_Point *)gf_list_get(d->points, i);
SVG_Point         305 src/scene_manager/scene_stats.c 			SVG_Point *p = (SVG_Point *)gf_list_get(points, i);
SVG_Point        1362 src/scenegraph/svg_attributes.c 	SVG_Point prev_m_pt;
SVG_Point        1364 src/scenegraph/svg_attributes.c 	SVG_Point rel_ref_pt;
SVG_Point        1366 src/scenegraph/svg_attributes.c 	SVG_Point orig, ct_orig, ct_end, end;
SVG_Point        1667 src/scenegraph/svg_attributes.c 		SVG_Point *pt, cur_pt, prev_m_pt;
SVG_Point        1672 src/scenegraph/svg_attributes.c 		GF_SAFEALLOC(pt, SVG_Point)
SVG_Point        1691 src/scenegraph/svg_attributes.c 				GF_SAFEALLOC(pt, SVG_Point)
SVG_Point        1713 src/scenegraph/svg_attributes.c 				GF_SAFEALLOC(pt, SVG_Point)
SVG_Point        1734 src/scenegraph/svg_attributes.c 				GF_SAFEALLOC(pt, SVG_Point)
SVG_Point        1753 src/scenegraph/svg_attributes.c 				GF_SAFEALLOC(pt, SVG_Point)
SVG_Point        1775 src/scenegraph/svg_attributes.c 					GF_SAFEALLOC(pt, SVG_Point)
SVG_Point        1800 src/scenegraph/svg_attributes.c 					GF_SAFEALLOC(pt, SVG_Point)
SVG_Point        1825 src/scenegraph/svg_attributes.c 					GF_SAFEALLOC(pt, SVG_Point)
SVG_Point        1847 src/scenegraph/svg_attributes.c 				GF_SAFEALLOC(pt, SVG_Point)
SVG_Point        1870 src/scenegraph/svg_attributes.c 				GF_SAFEALLOC(pt, SVG_Point)
SVG_Point        1881 src/scenegraph/svg_attributes.c 				GF_SAFEALLOC(pt, SVG_Point)
SVG_Point        2652 src/scenegraph/svg_attributes.c u32 svg_parse_point(SVG_Point *p, char *value_string)
SVG_Point        2683 src/scenegraph/svg_attributes.c 		SVG_Point *p;
SVG_Point        2684 src/scenegraph/svg_attributes.c 		GF_SAFEALLOC(p, SVG_Point)
SVG_Point        2691 src/scenegraph/svg_attributes.c 				p = (SVG_Point *)gf_list_get(values, 0);
SVG_Point        3254 src/scenegraph/svg_attributes.c 		SVG_Point *p = (SVG_Point *)info->far_ptr;;
SVG_Point        3266 src/scenegraph/svg_attributes.c 		SVG_Point *p = (SVG_Point *)info->far_ptr;;
SVG_Point        3534 src/scenegraph/svg_attributes.c 		SVG_Point *p;
SVG_Point        3535 src/scenegraph/svg_attributes.c 		GF_SAFEALLOC(p, SVG_Point)
SVG_Point        3869 src/scenegraph/svg_attributes.c static void svg_dump_point(SVG_Point *pt, char *attValue)
SVG_Point        3885 src/scenegraph/svg_attributes.c 			svg_dump_point((SVG_Point*)gf_list_get(path->points, pt_i), szT);
SVG_Point        3891 src/scenegraph/svg_attributes.c 			svg_dump_point((SVG_Point*)gf_list_get(path->points, pt_i), szT);
SVG_Point        3897 src/scenegraph/svg_attributes.c 			svg_dump_point((SVG_Point*)gf_list_get(path->points, pt_i), szT);
SVG_Point        3900 src/scenegraph/svg_attributes.c 			svg_dump_point((SVG_Point*)gf_list_get(path->points, pt_i), szT);
SVG_Point        3903 src/scenegraph/svg_attributes.c 			svg_dump_point((SVG_Point*)gf_list_get(path->points, pt_i), szT);
SVG_Point        3909 src/scenegraph/svg_attributes.c 			svg_dump_point((SVG_Point*)gf_list_get(path->points, pt_i), szT);
SVG_Point        3912 src/scenegraph/svg_attributes.c 			svg_dump_point((SVG_Point*)gf_list_get(path->points, pt_i), szT);
SVG_Point        3918 src/scenegraph/svg_attributes.c 			svg_dump_point((SVG_Point*)gf_list_get(path->points, pt_i), szT);
SVG_Point        3921 src/scenegraph/svg_attributes.c 			svg_dump_point((SVG_Point*)gf_list_get(path->points, pt_i), szT);
SVG_Point        3927 src/scenegraph/svg_attributes.c 			svg_dump_point((SVG_Point*)gf_list_get(path->points, pt_i), szT);
SVG_Point        3933 src/scenegraph/svg_attributes.c 			svg_dump_point((SVG_Point*)gf_list_get(path->points, pt_i), szT);
SVG_Point        3937 src/scenegraph/svg_attributes.c 			svg_dump_point((SVG_Point*)gf_list_get(path->points, pt_i), szT);
SVG_Point        4372 src/scenegraph/svg_attributes.c 			SVG_Point *p = (SVG_Point *)gf_list_get(l, i);
SVG_Point        4577 src/scenegraph/svg_attributes.c 		SVG_Point *pt = (SVG_Point *)info->far_ptr;
SVG_Point        4587 src/scenegraph/svg_attributes.c 		SVG_Point *pt = (SVG_Point *)info->far_ptr;
SVG_Point        4803 src/scenegraph/svg_attributes.c 		SVG_Point *p = (SVG_Point *)info->far_ptr;
SVG_Point        5072 src/scenegraph/svg_attributes.c 			SVG_Point *p1 = (SVG_Point *)gf_list_get(l1, i);
SVG_Point        5073 src/scenegraph/svg_attributes.c 			SVG_Point *p2 = (SVG_Point *)gf_list_get(l2, i);
SVG_Point        5159 src/scenegraph/svg_attributes.c 		SVG_Point *p1 = (SVG_Point *)f1->far_ptr;
SVG_Point        5160 src/scenegraph/svg_attributes.c 		SVG_Point *p2 = (SVG_Point *)f2->far_ptr;
SVG_Point        5366 src/scenegraph/svg_attributes.c static GF_Err svg_point_muladd(Fixed alpha, SVG_Point *pta, Fixed beta, SVG_Point *ptb, SVG_Point *ptc)
SVG_Point        5391 src/scenegraph/svg_attributes.c 		SVG_Point *ptc = (SVG_Point *)gf_list_get(*c, 0);
SVG_Point        5396 src/scenegraph/svg_attributes.c 		SVG_Point *ptc;
SVG_Point        5397 src/scenegraph/svg_attributes.c 		SVG_Point *pta = (SVG_Point *)gf_list_get(*a, i);
SVG_Point        5398 src/scenegraph/svg_attributes.c 		SVG_Point *ptb = (SVG_Point *)gf_list_get(*b, i);
SVG_Point        5399 src/scenegraph/svg_attributes.c 		GF_SAFEALLOC(ptc, SVG_Point)
SVG_Point        5413 src/scenegraph/svg_attributes.c 		SVG_Point *pt = (SVG_Point *)gf_list_get(*a, i);
SVG_Point        5420 src/scenegraph/svg_attributes.c 		SVG_Point *ptb = (SVG_Point *)gf_list_get(*b, i);
SVG_Point        5421 src/scenegraph/svg_attributes.c 		SVG_Point *pta;
SVG_Point        5422 src/scenegraph/svg_attributes.c 		GF_SAFEALLOC(pta, SVG_Point)
SVG_Point        5510 src/scenegraph/svg_attributes.c 		SVG_Point *pt = (SVG_Point *)gf_list_get(a->points, i);
SVG_Point        5523 src/scenegraph/svg_attributes.c 		SVG_Point *pta;
SVG_Point        5524 src/scenegraph/svg_attributes.c 		GF_SAFEALLOC(pta, SVG_Point)
SVG_Point        5525 src/scenegraph/svg_attributes.c 		*pta = *(SVG_Point *)gf_list_get(b->points, i);
SVG_Point        5542 src/scenegraph/svg_attributes.c 		svg_point_muladd(alpha, (SVG_Point *) &a->points[i], beta, (SVG_Point *) &b->points[i], (SVG_Point *) &c->points[i]);
SVG_Point        5573 src/scenegraph/svg_attributes.c 		SVG_Point *pt = (SVG_Point *)gf_list_last(c->points);
SVG_Point        5584 src/scenegraph/svg_attributes.c 		SVG_Point *pta = (SVG_Point *)gf_list_get(a->points, i);
SVG_Point        5585 src/scenegraph/svg_attributes.c 		SVG_Point *ptb = (SVG_Point *)gf_list_get(b->points, i);
SVG_Point        5586 src/scenegraph/svg_attributes.c 		SVG_Point *ptc;
SVG_Point        5587 src/scenegraph/svg_attributes.c 		GF_SAFEALLOC(ptc, SVG_Point)
SVG_Point        5753 src/scenegraph/svg_attributes.c 				gf_mx2d_add_translation(&tmp, gf_mulfix(((SVG_Point *)b->far_ptr)->x, beta), gf_mulfix(((SVG_Point *)b->far_ptr)->y, beta));
SVG_Point        5756 src/scenegraph/svg_attributes.c 				gf_mx2d_add_scale(&tmp, gf_mulfix(((SVG_Point *)b->far_ptr)->x, beta), gf_mulfix(((SVG_Point *)b->far_ptr)->y, beta));
SVG_Point        5778 src/scenegraph/svg_attributes.c 			return svg_point_muladd(alpha, (SVG_Point*)a->far_ptr, beta, (SVG_Point*)b->far_ptr, (SVG_Point*)c->far_ptr);
SVG_Point        5790 src/scenegraph/svg_attributes.c 				((SVG_Point*)c->far_ptr)->x = gf_mulfix(((SVG_Point*)a->far_ptr)->x,((SVG_Point*)b->far_ptr)->x);
SVG_Point        5791 src/scenegraph/svg_attributes.c 				((SVG_Point*)c->far_ptr)->y = gf_mulfix(((SVG_Point*)a->far_ptr)->y,((SVG_Point*)b->far_ptr)->y);
SVG_Point        5794 src/scenegraph/svg_attributes.c 				return svg_point_muladd(alpha, (SVG_Point*)a->far_ptr, beta, (SVG_Point*)b->far_ptr, (SVG_Point*)c->far_ptr);
SVG_Point        5977 src/scenegraph/svg_attributes.c 			gf_mx2d_add_translation(&((SVG_Transform *)a->far_ptr)->mat, ((SVG_Point*)b->far_ptr)->x, ((SVG_Point*)b->far_ptr)->y);
SVG_Point        5981 src/scenegraph/svg_attributes.c 			gf_mx2d_add_scale(&((SVG_Transform *)a->far_ptr)->mat, ((SVG_Point*)b->far_ptr)->x, ((SVG_Point*)b->far_ptr)->y);
SVG_Point        1208 src/scenegraph/svg_smjs.c 			SVG_Point *t = gf_list_get(d->points, 0);
SVG_Point        1231 src/scenegraph/svg_smjs.c 			SVG_Point *t = gf_malloc(sizeof(SVG_Point));
SVG_Point         214 src/scenegraph/svg_types.c 		SVG_Point *pt = (SVG_Point *)gf_list_get(d.points, i);
SVG_Point         226 src/scenegraph/svg_types.c 	SVG_Point orig, ct_orig, ct_end, end, *tmp;
SVG_Point         234 src/scenegraph/svg_types.c 			tmp = (SVG_Point*)gf_list_get(points, j);
SVG_Point         245 src/scenegraph/svg_types.c 			tmp = (SVG_Point*)gf_list_get(points, j);
SVG_Point         255 src/scenegraph/svg_types.c 			tmp = (SVG_Point*)gf_list_get(points, j);
SVG_Point         257 src/scenegraph/svg_types.c 			tmp = (SVG_Point*)gf_list_get(points, j+1);
SVG_Point         259 src/scenegraph/svg_types.c 			tmp = (SVG_Point*)gf_list_get(points, j+2);
SVG_Point         269 src/scenegraph/svg_types.c 			tmp = (SVG_Point*)gf_list_get(points, j);
SVG_Point         271 src/scenegraph/svg_types.c 			tmp = (SVG_Point*)gf_list_get(points, j+1);
SVG_Point         279 src/scenegraph/svg_types.c 			tmp = (SVG_Point*)gf_list_get(points, j);
SVG_Point         281 src/scenegraph/svg_types.c 			tmp = (SVG_Point*)gf_list_get(points, j+1);
SVG_Point         290 src/scenegraph/svg_types.c 			tmp = (SVG_Point*)gf_list_get(points, j);
SVG_Point         320 src/scenegraph/svg_types.c 		SVG_Point *p = (SVG_Point *)gf_list_get(list, i);