Home
last modified time | relevance | path

Searched refs:sax_modules (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/coders/
Dsvg.c3494 sax_modules; in ReadSVGImage() local
3591 (void) memset(&sax_modules,0,sizeof(sax_modules)); in ReadSVGImage()
3592 sax_modules.internalSubset=SVGInternalSubset; in ReadSVGImage()
3593 sax_modules.isStandalone=SVGIsStandalone; in ReadSVGImage()
3594 sax_modules.hasInternalSubset=SVGHasInternalSubset; in ReadSVGImage()
3595 sax_modules.hasExternalSubset=SVGHasExternalSubset; in ReadSVGImage()
3596 sax_modules.resolveEntity=SVGResolveEntity; in ReadSVGImage()
3597 sax_modules.getEntity=SVGGetEntity; in ReadSVGImage()
3598 sax_modules.entityDecl=SVGEntityDeclaration; in ReadSVGImage()
3599 sax_modules.notationDecl=SVGNotationDeclaration; in ReadSVGImage()
[all …]
Dmsl.c7762 sax_modules; in ProcessMSLScript() local
7819 (void) memset(&sax_modules,0,sizeof(sax_modules)); in ProcessMSLScript()
7820 sax_modules.internalSubset=MSLInternalSubset; in ProcessMSLScript()
7821 sax_modules.isStandalone=MSLIsStandalone; in ProcessMSLScript()
7822 sax_modules.hasInternalSubset=MSLHasInternalSubset; in ProcessMSLScript()
7823 sax_modules.hasExternalSubset=MSLHasExternalSubset; in ProcessMSLScript()
7824 sax_modules.resolveEntity=MSLResolveEntity; in ProcessMSLScript()
7825 sax_modules.getEntity=MSLGetEntity; in ProcessMSLScript()
7826 sax_modules.entityDecl=MSLEntityDeclaration; in ProcessMSLScript()
7827 sax_modules.notationDecl=MSLNotationDeclaration; in ProcessMSLScript()
[all …]