HomeSort by relevance Sort by last modified time
    Searched defs:AddChildToXMLTree (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
xml-tree.c 154 % AddChildToXMLTree() adds a child tag at an offset relative to the start of
157 % The format of the AddChildToXMLTree method is:
159 % XMLTreeInfo *AddChildToXMLTree(XMLTreeInfo *xml_info,const char *tag,
171 MagickExport XMLTreeInfo *AddChildToXMLTree(XMLTreeInfo *xml_info,
256 child=AddChildToXMLTree(node,tag,offset);
    [all...]
methods.h 89 #define AddChildToXMLTree PrependMagickMethod(AddChildToXMLTree)
    [all...]

Completed in 71 milliseconds