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 *),
Dmime.c807 mime_map=NewXMLTree(xml,exception); in LoadMimeCache()
Dthreshold.c1551 thresholds=NewXMLTree(xml,exception); in GetThresholdMapFile()
1746 thresholds=NewXMLTree(xml,exception); in ListThresholdMapFile()
Dmethods.h800 #define NewXMLTree PrependMagickMethod(NewXMLTree) macro
Dxml-tree.c1955 MagickExport XMLTreeInfo *NewXMLTree(const char *xml,ExceptionInfo *exception) in NewXMLTree() function
Dproperty.c1811 xmp=NewXMLTree((char *) p,exception); in GetXMPProperty()
Denhance.c1079 ccc=NewXMLTree((const char *) color_correction_collection,exception); in ColorDecisionListImage()
/external/ImageMagick/coders/
Ddng.c269 ufraw=NewXMLTree(xml,sans); in InvokeDNGDelegate()
Djpeg.c1803 quantization_tables=NewXMLTree(xml,exception); in GetQuantizationTable()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c6322 xml_info=NewXMLTree(xml,wand->exception); in DrawSetVectorGraphics()