Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dxml-tree.c167 MagickExport XMLTreeInfo *AddChildToXMLTree(XMLTreeInfo *xml_info, in AddChildToXMLTree() argument
173 if (xml_info == (XMLTreeInfo *) NULL) in AddChildToXMLTree()
184 return(InsertTagIntoXMLTree(xml_info,child,offset)); in AddChildToXMLTree()
215 MagickPrivate XMLTreeInfo *AddPathToXMLTree(XMLTreeInfo *xml_info, in AddPathToXMLTree() argument
236 assert(xml_info != (XMLTreeInfo *) NULL); in AddPathToXMLTree()
237 assert((xml_info->signature == MagickCoreSignature) || in AddPathToXMLTree()
238 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in AddPathToXMLTree()
239 if (xml_info->debug != MagickFalse) in AddPathToXMLTree()
241 node=xml_info; in AddPathToXMLTree()
463 static void DestroyXMLTreeChild(XMLTreeInfo *xml_info) in DestroyXMLTreeChild() argument
[all …]
/external/ImageMagick/MagickWand/
Ddrawing-wand.c2546 *xml_info; in DrawGetVectorGraphics() local
2552 xml_info=NewXMLTreeTag("drawing-wand"); in DrawGetVectorGraphics()
2553 if (xml_info == (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2555 (void) SetXMLTreeContent(xml_info," "); in DrawGetVectorGraphics()
2557 child=AddChildToXMLTree(xml_info,"clip-path",0); in DrawGetVectorGraphics()
2560 child=AddChildToXMLTree(xml_info,"clip-units",0); in DrawGetVectorGraphics()
2568 child=AddChildToXMLTree(xml_info,"decorate",0); in DrawGetVectorGraphics()
2576 child=AddChildToXMLTree(xml_info,"encoding",0); in DrawGetVectorGraphics()
2579 child=AddChildToXMLTree(xml_info,"fill",0); in DrawGetVectorGraphics()
2589 child=AddChildToXMLTree(xml_info,"fill-opacity",0); in DrawGetVectorGraphics()
[all …]