Searched refs:xml_info (Results 1 – 2 of 2) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | xml-tree.c | 167 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() 462 static void DestroyXMLTreeChild(XMLTreeInfo *xml_info) in DestroyXMLTreeChild() argument [all …]
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 2547 *xml_info; in DrawGetVectorGraphics() local 2553 xml_info=NewXMLTreeTag("drawing-wand"); in DrawGetVectorGraphics() 2554 if (xml_info == (XMLTreeInfo *) NULL) in DrawGetVectorGraphics() 2556 (void) SetXMLTreeContent(xml_info," "); in DrawGetVectorGraphics() 2558 child=AddChildToXMLTree(xml_info,"clip-path",0); in DrawGetVectorGraphics() 2561 child=AddChildToXMLTree(xml_info,"clip-units",0); in DrawGetVectorGraphics() 2569 child=AddChildToXMLTree(xml_info,"decorate",0); in DrawGetVectorGraphics() 2577 child=AddChildToXMLTree(xml_info,"encoding",0); in DrawGetVectorGraphics() 2580 child=AddChildToXMLTree(xml_info,"fill",0); in DrawGetVectorGraphics() 2590 child=AddChildToXMLTree(xml_info,"fill-opacity",0); in DrawGetVectorGraphics() [all …]
|