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 | 166 MagickExport XMLTreeInfo *AddChildToXMLTree(XMLTreeInfo *xml_info, in AddChildToXMLTree() function 250 child=AddChildToXMLTree(node,tag,offset); in AddPathToXMLTree() 1913 xml_info=AddChildToXMLTree(xml_info,tag,strlen(xml_info->content)); in ParseOpenTag()
|
D | methods.h | 89 #define AddChildToXMLTree PrependMagickMethod(AddChildToXMLTree) macro
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 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() 2518 child=AddChildToXMLTree(xml_info,"fill-rule",0); in DrawGetVectorGraphics() 2526 child=AddChildToXMLTree(xml_info,"font",0); in DrawGetVectorGraphics() 2529 child=AddChildToXMLTree(xml_info,"font-family",0); in DrawGetVectorGraphics() 2532 child=AddChildToXMLTree(xml_info,"font-size",0); in DrawGetVectorGraphics() [all …]
|