SVG_POINTEREVENTS_INHERIT 2126 src/scenegraph/svg_attributes.c 		*value = SVG_POINTEREVENTS_INHERIT;
SVG_POINTEREVENTS_INHERIT 4176 src/scenegraph/svg_attributes.c 		if (intVal==SVG_POINTEREVENTS_INHERIT) return gf_strdup("inherit");
SVG_POINTEREVENTS_INHERIT  445 src/scenegraph/svg_properties.c 		return (*((SVG_PointerEvents *)a->far_ptr) == SVG_POINTEREVENTS_INHERIT);
SVG_POINTEREVENTS_INHERIT  678 src/scenegraph/svg_properties.c 	if (all_atts->pointer_events && *(all_atts->pointer_events) != SVG_POINTEREVENTS_INHERIT) {