Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dxml-tree.h26 XMLTreeInfo; typedef
29 *XMLTreeInfoToXML(XMLTreeInfo *);
32 *GetXMLTreeAttribute(XMLTreeInfo *,const char *),
33 *GetXMLTreeContent(XMLTreeInfo *),
34 *GetXMLTreeTag(XMLTreeInfo *);
36 extern MagickExport XMLTreeInfo
37 *AddChildToXMLTree(XMLTreeInfo *,const char *,const size_t),
38 *DestroyXMLTree(XMLTreeInfo *),
39 *GetNextXMLTreeTag(XMLTreeInfo *),
40 *GetXMLTreeChild(XMLTreeInfo *,const char *),
[all …]
Dxml-tree-private.h33 **GetXMLTreeProcessingInstructions(XMLTreeInfo *,const char *);
36 GetXMLTreeAttributes(const XMLTreeInfo *,SplayTreeInfo *);
38 extern MagickPrivate XMLTreeInfo
39 *AddPathToXMLTree(XMLTreeInfo *,const char *,const size_t),
40 *GetXMLTreeOrdered(XMLTreeInfo *),
41 *GetXMLTreePath(XMLTreeInfo *,const char *),
42 *InsertTagIntoXMLTree(XMLTreeInfo *,XMLTreeInfo *,const size_t),
43 *ParseTagFromXMLTree(XMLTreeInfo *),
44 *PruneTagFromXMLTree(XMLTreeInfo *),
45 *SetXMLTreeAttribute(XMLTreeInfo *,const char *,const char *);
Dxml-tree.c87 XMLTreeInfo
112 XMLTreeInfo
167 MagickExport XMLTreeInfo *AddChildToXMLTree(XMLTreeInfo *xml_info, in AddChildToXMLTree()
170 XMLTreeInfo in AddChildToXMLTree()
173 if (xml_info == (XMLTreeInfo *) NULL) in AddChildToXMLTree()
174 return((XMLTreeInfo *) NULL); in AddChildToXMLTree()
175 child=(XMLTreeInfo *) AcquireMagickMemory(sizeof(*child)); in AddChildToXMLTree()
176 if (child == (XMLTreeInfo *) NULL) in AddChildToXMLTree()
177 return((XMLTreeInfo *) NULL); in AddChildToXMLTree()
215 MagickPrivate XMLTreeInfo *AddPathToXMLTree(XMLTreeInfo *xml_info, in AddPathToXMLTree()
[all …]
Dmime.c795 XMLTreeInfo in LoadMimeCache()
808 if (mime_map == (XMLTreeInfo *) NULL) in LoadMimeCache()
812 while (include != (XMLTreeInfo *) NULL) in LoadMimeCache()
848 while (mime != (XMLTreeInfo *) NULL) in LoadMimeCache()
Dthreshold.c1542 XMLTreeInfo in GetThresholdMapFile()
1552 if (thresholds == (XMLTreeInfo *) NULL) in GetThresholdMapFile()
1555 threshold != (XMLTreeInfo *) NULL; in GetThresholdMapFile()
1565 if (threshold == (XMLTreeInfo *) NULL) in GetThresholdMapFile()
1571 if (description == (XMLTreeInfo *) NULL) in GetThresholdMapFile()
1579 if (levels == (XMLTreeInfo *) NULL) in GetThresholdMapFile()
1737 XMLTreeInfo in ListThresholdMapFile()
1747 if ( thresholds == (XMLTreeInfo *) NULL ) in ListThresholdMapFile()
1753 for ( ; threshold != (XMLTreeInfo *) NULL; in ListThresholdMapFile()
1766 if (description == (XMLTreeInfo *) NULL) in ListThresholdMapFile()
Denhance.c1064 XMLTreeInfo in ColorDecisionListImage()
1080 if (ccc == (XMLTreeInfo *) NULL) in ColorDecisionListImage()
1083 if (cc == (XMLTreeInfo *) NULL) in ColorDecisionListImage()
1099 if (sop != (XMLTreeInfo *) NULL) in ColorDecisionListImage()
1101 XMLTreeInfo in ColorDecisionListImage()
1107 if (slope != (XMLTreeInfo *) NULL) in ColorDecisionListImage()
1139 if (offset != (XMLTreeInfo *) NULL) in ColorDecisionListImage()
1172 if (power != (XMLTreeInfo *) NULL) in ColorDecisionListImage()
1205 if (sat != (XMLTreeInfo *) NULL) in ColorDecisionListImage()
1207 XMLTreeInfo in ColorDecisionListImage()
[all …]
Dproperty.c1790 XMLTreeInfo in GetXMPProperty()
1814 if (xmp == (XMLTreeInfo *) NULL) in GetXMPProperty()
1818 if (rdf != (XMLTreeInfo *) NULL) in GetXMPProperty()
1824 while (description != (XMLTreeInfo *) NULL) in GetXMPProperty()
1830 while (node != (XMLTreeInfo *) NULL) in GetXMPProperty()
1834 if ((child == (XMLTreeInfo *) NULL) && in GetXMPProperty()
1842 while (child != (XMLTreeInfo *) NULL) in GetXMPProperty()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c2545 XMLTreeInfo in DrawGetVectorGraphics()
2554 if (xml_info == (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2559 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2562 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2570 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2578 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2581 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2591 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2598 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2606 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
[all …]
/external/ImageMagick/coders/
Ddng.c263 XMLTreeInfo in InvokeDNGDelegate()
270 if (ufraw != (XMLTreeInfo *) NULL) in InvokeDNGDelegate()
279 XMLTreeInfo in InvokeDNGDelegate()
286 while (next != (XMLTreeInfo *) NULL) in InvokeDNGDelegate()
Djpeg.c1791 XMLTreeInfo in GetQuantizationTable()
1804 if (quantization_tables == (XMLTreeInfo *) NULL) in GetQuantizationTable()
1810 table_iterator != (XMLTreeInfo *) NULL; in GetQuantizationTable()
1820 if (table_iterator == (XMLTreeInfo *) NULL) in GetQuantizationTable()
1826 if (description == (XMLTreeInfo *) NULL) in GetQuantizationTable()
1835 if (levels == (XMLTreeInfo *) NULL) in GetQuantizationTable()