SVG_TextAnchor    380 include/gpac/nodes_svg.h 	SVG_TextAnchor *text_anchor;
SVG_TextAnchor    511 include/gpac/scenegraph_svg.h 	SVG_TextAnchor				*text_anchor;
SVG_TextAnchor   1473 src/laser/lsr_dec.c 			GF_LSR_READ_INT(lsr, *(SVG_TextAnchor*)info.far_ptr, 2, "text-achor");
SVG_TextAnchor   1241 src/laser/lsr_enc.c 			GF_LSR_WRITE_INT(lsr, *(SVG_TextAnchor*)att->data, 2, "text-achor");
SVG_TextAnchor   2249 src/scenegraph/svg_attributes.c static void svg_parse_textanchor(SVG_TextAnchor *value, char *value_string)
SVG_TextAnchor   3082 src/scenegraph/svg_attributes.c 		svg_parse_textanchor((SVG_TextAnchor *)info->far_ptr, attribute_content);
SVG_TextAnchor    177 src/scenegraph/svg_properties.c 	GF_SAFEALLOC(svg_props->text_anchor, SVG_TextAnchor);
SVG_TextAnchor    457 src/scenegraph/svg_properties.c 		return (*((SVG_TextAnchor *)a->far_ptr) == SVG_TEXTANCHOR_INHERIT);
SVG_TextAnchor   1011 src/scenegraph/svg_properties.c 			all_atts->text_anchor = (SVG_TextAnchor *)att->data;