Searched refs:NewXMLTree (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | xml-tree.h | 42 *NewXMLTree(const char *,ExceptionInfo *),
|
D | mime.c | 807 mime_map=NewXMLTree(xml,exception); in LoadMimeCache()
|
D | threshold.c | 1551 thresholds=NewXMLTree(xml,exception); in GetThresholdMapFile() 1746 thresholds=NewXMLTree(xml,exception); in ListThresholdMapFile()
|
D | methods.h | 800 #define NewXMLTree PrependMagickMethod(NewXMLTree) macro
|
D | xml-tree.c | 1955 MagickExport XMLTreeInfo *NewXMLTree(const char *xml,ExceptionInfo *exception) in NewXMLTree() function
|
D | property.c | 1811 xmp=NewXMLTree((char *) p,exception); in GetXMPProperty()
|
D | enhance.c | 1079 ccc=NewXMLTree((const char *) color_correction_collection,exception); in ColorDecisionListImage()
|
/external/ImageMagick/coders/ |
D | dng.c | 269 ufraw=NewXMLTree(xml,sans); in InvokeDNGDelegate()
|
D | jpeg.c | 1803 quantization_tables=NewXMLTree(xml,exception); in GetQuantizationTable()
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 6322 xml_info=NewXMLTree(xml,wand->exception); in DrawSetVectorGraphics()
|