Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dxml-tree.c166 MagickExport XMLTreeInfo *AddChildToXMLTree(XMLTreeInfo *xml_info, in AddChildToXMLTree() argument
172 if (xml_info == (XMLTreeInfo *) NULL) in AddChildToXMLTree()
183 return(InsertTagIntoXMLTree(xml_info,child,offset)); in AddChildToXMLTree()
214 MagickPrivate XMLTreeInfo *AddPathToXMLTree(XMLTreeInfo *xml_info, in AddPathToXMLTree() argument
235 assert(xml_info != (XMLTreeInfo *) NULL); in AddPathToXMLTree()
236 assert((xml_info->signature == MagickCoreSignature) || in AddPathToXMLTree()
237 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in AddPathToXMLTree()
238 if (xml_info->debug != MagickFalse) in AddPathToXMLTree()
240 node=xml_info; in AddPathToXMLTree()
462 static void DestroyXMLTreeChild(XMLTreeInfo *xml_info) in DestroyXMLTreeChild() argument
[all …]
/external/ImageMagick/MagickWand/
Ddrawing-wand.c2468 *xml_info; in DrawGetVectorGraphics() local
2474 xml_info=NewXMLTreeTag("drawing-wand"); in DrawGetVectorGraphics()
2475 if (xml_info == (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2477 (void) SetXMLTreeContent(xml_info," "); in DrawGetVectorGraphics()
2479 child=AddChildToXMLTree(xml_info,"clip-path",0); in DrawGetVectorGraphics()
2482 child=AddChildToXMLTree(xml_info,"clip-units",0); in DrawGetVectorGraphics()
2490 child=AddChildToXMLTree(xml_info,"decorate",0); in DrawGetVectorGraphics()
2498 child=AddChildToXMLTree(xml_info,"encoding",0); in DrawGetVectorGraphics()
2501 child=AddChildToXMLTree(xml_info,"fill",0); in DrawGetVectorGraphics()
2511 child=AddChildToXMLTree(xml_info,"fill-opacity",0); in DrawGetVectorGraphics()
[all …]