Searched refs:AddChildToXMLTree (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | xml-tree.h | 37 *AddChildToXMLTree(XMLTreeInfo *,const char *,const size_t),
|
D | xml-tree.c | 167 MagickExport XMLTreeInfo *AddChildToXMLTree(XMLTreeInfo *xml_info, in AddChildToXMLTree() function 251 child=AddChildToXMLTree(node,tag,offset); in AddPathToXMLTree() 1926 xml_info=AddChildToXMLTree(xml_info,tag,strlen(xml_info->content)); in ParseOpenTag()
|
D | methods.h | 88 #define AddChildToXMLTree PrependMagickMethod(AddChildToXMLTree) macro
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 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() 2597 child=AddChildToXMLTree(xml_info,"fill-rule",0); in DrawGetVectorGraphics() 2605 child=AddChildToXMLTree(xml_info,"font",0); in DrawGetVectorGraphics() 2608 child=AddChildToXMLTree(xml_info,"font-family",0); in DrawGetVectorGraphics() 2611 child=AddChildToXMLTree(xml_info,"font-size",0); in DrawGetVectorGraphics() [all …]
|