Home
last modified time | relevance | path

Searched refs:NewXMLTree (Results 1 – 10 of 10) sorted by relevance

/external/ImageMagick/MagickCore/
Dxml-tree.h42 *NewXMLTree(const char *,ExceptionInfo *),
Dthreshold.c945 thresholds=NewXMLTree(xml,exception); in GetThresholdMapFile()
1142 thresholds=NewXMLTree(xml,exception); in ListThresholdMapFile()
Dmime.c816 mime_map=NewXMLTree(xml,exception); in LoadMimeCache()
Dmethods.h773 #define NewXMLTree PrependMagickMethod(NewXMLTree) macro
Dxml-tree.c1942 MagickExport XMLTreeInfo *NewXMLTree(const char *xml,ExceptionInfo *exception) in NewXMLTree() function
Dproperty.c1749 xmp=NewXMLTree((char *) p,exception); in GetXMPProperty()
Denhance.c546 ccc=NewXMLTree((const char *) color_correction_collection,exception); in ColorDecisionListImage()
/external/ImageMagick/coders/
Ddng.c169 ufraw=NewXMLTree(xml,sans); in ReadDNGImage()
Djpeg.c1721 quantization_tables=NewXMLTree(xml,exception); in GetQuantizationTable()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c6237 xml_info=NewXMLTree(xml,wand->exception); in DrawSetVectorGraphics()