SVG_Boolean       599 include/gpac/internal/scenegraph_dev.h 	SVG_Boolean *syncMaster;
SVG_Boolean       614 include/gpac/internal/scenegraph_dev.h 	SVG_Boolean *lsr_enabled;
SVG_Boolean       384 include/gpac/nodes_svg.h 	SVG_Boolean *externalResourcesRequired;
SVG_Boolean       401 include/gpac/nodes_svg.h 	SVG_Boolean *lsr_enabled;
SVG_Boolean       428 include/gpac/nodes_svg.h 	SVG_Boolean *syncMaster;
SVG_Boolean       512 include/gpac/nodes_svg.h 	SVG_Boolean *editable;
SVG_Boolean       518 include/gpac/nodes_svg.h 	SVG_Boolean *fullscreen;
SVG_Boolean       521 include/gpac/nodes_svg.h 	SVG_Boolean *gpac_useAsPrimary;
SVG_Boolean      1344 src/laser/lsr_dec.c 							GF_LSR_READ_INT(lsr, *(SVG_Boolean *)info.far_ptr, 1, "syncMaster");
SVG_Boolean      1356 src/laser/lsr_dec.c 							GF_LSR_READ_INT(lsr, *(SVG_Boolean *)info.far_ptr, 1, "fullscreen");
SVG_Boolean      3034 src/laser/lsr_dec.c 		*(SVG_Boolean*)info.far_ptr = 1;
SVG_Boolean      3045 src/laser/lsr_dec.c 		*(SVG_Boolean*)info.far_ptr = 1;
SVG_Boolean      3843 src/laser/lsr_dec.c 			*(SVG_Boolean*)info.far_ptr = flag;
SVG_Boolean      3944 src/laser/lsr_dec.c 		GF_LSR_READ_INT(lsr, *(SVG_Boolean *)info.far_ptr, 1, "fullscreen");
SVG_Boolean      4491 src/laser/lsr_dec.c 		GF_LSR_READ_INT(lsr, *(SVG_Boolean*)val, 1, "val");
SVG_Boolean      1131 src/laser/lsr_enc.c 				GF_LSR_WRITE_INT(lsr, *(SVG_Boolean *)att->data ? 1 : 0, 1, "syncMaster");
SVG_Boolean      1143 src/laser/lsr_enc.c 				GF_LSR_WRITE_INT(lsr, *(SVG_Boolean *)att->data ? 1 : 0, 2, "fullscreen");
SVG_Boolean      3708 src/laser/lsr_enc.c 			GF_LSR_WRITE_INT(lsr, *(SVG_Boolean*)val ? 1 : 0, 1, "val");
SVG_Boolean      2366 src/scenegraph/svg_attributes.c static void svg_parse_boolean(SVG_Boolean *value, char *value_string)
SVG_Boolean      3053 src/scenegraph/svg_attributes.c 		svg_parse_boolean((SVG_Boolean *)info->far_ptr, attribute_content);
SVG_Boolean      3419 src/scenegraph/svg_attributes.c 		SVG_Boolean *b;
SVG_Boolean      3420 src/scenegraph/svg_attributes.c 		GF_SAFEALLOC(b, SVG_Boolean)
SVG_Boolean      4051 src/scenegraph/svg_attributes.c 		return gf_strdup( *(SVG_Boolean *)info->far_ptr ? "true" : "false");
SVG_Boolean       878 src/scenegraph/svg_properties.c 			all_atts->lsr_enabled = (SVG_Boolean *)att->data;
SVG_Boolean      1023 src/scenegraph/svg_properties.c 			all_atts->externalResourcesRequired = (SVG_Boolean *)att->data;
SVG_Boolean      1152 src/scenegraph/svg_properties.c 			all_atts->syncMaster = (SVG_Boolean *)att->data;
SVG_Boolean      1404 src/scenegraph/svg_properties.c 			all_atts->editable = (SVG_Boolean *)att->data;
SVG_Boolean      1422 src/scenegraph/svg_properties.c 			all_atts->fullscreen = (SVG_Boolean *)att->data;
SVG_Boolean      1429 src/scenegraph/svg_properties.c 			all_atts->gpac_useAsPrimary = (SVG_Boolean *)att->data;