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.c803 XMLTreeInfo in LoadMimeCache()
816 if (mime_map == (XMLTreeInfo *) NULL) in LoadMimeCache()
820 while (include != (XMLTreeInfo *) NULL) in LoadMimeCache()
856 while (mime != (XMLTreeInfo *) NULL) in LoadMimeCache()
Dthreshold.c1326 XMLTreeInfo in GetThresholdMapFile()
1336 if (thresholds == (XMLTreeInfo *) NULL) in GetThresholdMapFile()
1339 threshold != (XMLTreeInfo *) NULL; in GetThresholdMapFile()
1349 if (threshold == (XMLTreeInfo *) NULL) in GetThresholdMapFile()
1355 if (description == (XMLTreeInfo *) NULL) in GetThresholdMapFile()
1363 if (levels == (XMLTreeInfo *) NULL) in GetThresholdMapFile()
1521 XMLTreeInfo in ListThresholdMapFile()
1531 if ( thresholds == (XMLTreeInfo *) NULL ) in ListThresholdMapFile()
1537 for ( ; threshold != (XMLTreeInfo *) NULL; in ListThresholdMapFile()
1550 if (description == (XMLTreeInfo *) NULL) in ListThresholdMapFile()
Denhance.c1062 XMLTreeInfo in ColorDecisionListImage()
1078 if (ccc == (XMLTreeInfo *) NULL) in ColorDecisionListImage()
1081 if (cc == (XMLTreeInfo *) NULL) in ColorDecisionListImage()
1097 if (sop != (XMLTreeInfo *) NULL) in ColorDecisionListImage()
1099 XMLTreeInfo in ColorDecisionListImage()
1105 if (slope != (XMLTreeInfo *) NULL) in ColorDecisionListImage()
1137 if (offset != (XMLTreeInfo *) NULL) in ColorDecisionListImage()
1170 if (power != (XMLTreeInfo *) NULL) in ColorDecisionListImage()
1203 if (sat != (XMLTreeInfo *) NULL) in ColorDecisionListImage()
1205 XMLTreeInfo in ColorDecisionListImage()
[all …]
Dproperty.c1777 XMLTreeInfo in GetXMPProperty()
1801 if (xmp == (XMLTreeInfo *) NULL) in GetXMPProperty()
1805 if (rdf != (XMLTreeInfo *) NULL) in GetXMPProperty()
1811 while (description != (XMLTreeInfo *) NULL) in GetXMPProperty()
1817 while (node != (XMLTreeInfo *) NULL) in GetXMPProperty()
1821 if ((child == (XMLTreeInfo *) NULL) && in GetXMPProperty()
1829 while (child != (XMLTreeInfo *) NULL) in GetXMPProperty()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c2544 XMLTreeInfo in DrawGetVectorGraphics()
2553 if (xml_info == (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2558 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2561 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2569 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2577 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2580 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2590 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2597 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2605 if (child != (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
[all …]
/external/ImageMagick/coders/
Ddng.c282 XMLTreeInfo in InvokeDNGDelegate()
289 if (ufraw != (XMLTreeInfo *) NULL) in InvokeDNGDelegate()
298 XMLTreeInfo in InvokeDNGDelegate()
305 while (next != (XMLTreeInfo *) NULL) in InvokeDNGDelegate()
Djpeg.c1822 XMLTreeInfo in GetQuantizationTable()
1835 if (quantization_tables == (XMLTreeInfo *) NULL) in GetQuantizationTable()
1841 table_iterator != (XMLTreeInfo *) NULL; in GetQuantizationTable()
1851 if (table_iterator == (XMLTreeInfo *) NULL) in GetQuantizationTable()
1857 if (description == (XMLTreeInfo *) NULL) in GetQuantizationTable()
1866 if (levels == (XMLTreeInfo *) NULL) in GetQuantizationTable()