Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dxml-tree.h40 *GetXMLTreeChild(XMLTreeInfo *,const char *),
Dmime.c811 include=GetXMLTreeChild(mime_map,"include"); in LoadMimeCache()
847 mime=GetXMLTreeChild(mime_map,"mime"); in LoadMimeCache()
Dthreshold.c1554 for (threshold=GetXMLTreeChild(thresholds,"threshold"); in GetThresholdMapFile()
1570 description=GetXMLTreeChild(threshold,"description"); in GetThresholdMapFile()
1578 levels=GetXMLTreeChild(threshold,"levels"); in GetThresholdMapFile()
1752 threshold=GetXMLTreeChild(thresholds,"threshold"); in ListThresholdMapFile()
1765 description=GetXMLTreeChild(threshold,"description"); in ListThresholdMapFile()
Denhance.c1082 cc=GetXMLTreeChild(ccc,"ColorCorrection"); in ColorDecisionListImage()
1098 sop=GetXMLTreeChild(cc,"SOPNode"); in ColorDecisionListImage()
1106 slope=GetXMLTreeChild(sop,"Slope"); in ColorDecisionListImage()
1138 offset=GetXMLTreeChild(sop,"Offset"); in ColorDecisionListImage()
1171 power=GetXMLTreeChild(sop,"Power"); in ColorDecisionListImage()
1204 sat=GetXMLTreeChild(cc,"SATNode"); in ColorDecisionListImage()
1210 saturation=GetXMLTreeChild(sat,"Saturation"); in ColorDecisionListImage()
Dproperty.c1817 rdf=GetXMLTreeChild(xmp,"rdf:RDF"); in GetXMPProperty()
1823 description=GetXMLTreeChild(rdf,"rdf:Description"); in GetXMPProperty()
1829 node=GetXMLTreeChild(description,(const char *) NULL); in GetXMPProperty()
1832 child=GetXMLTreeChild(node,(const char *) NULL); in GetXMPProperty()
Dxml-tree.c249 child=GetXMLTreeChild(node,tag); in AddPathToXMLTree()
895 MagickExport XMLTreeInfo *GetXMLTreeChild(XMLTreeInfo *xml_info,const char *tag) in GetXMLTreeChild() function
1035 node=GetXMLTreeChild(node,tag); in GetXMLTreePath()
Dmethods.h635 #define GetXMLTreeChild PrependMagickMethod(GetXMLTreeChild) macro
/external/ImageMagick/MagickWand/
Ddrawing-wand.c6325 child=GetXMLTreeChild(xml_info,"clip-path"); in DrawSetVectorGraphics()
6328 child=GetXMLTreeChild(xml_info,"clip-units"); in DrawSetVectorGraphics()
6336 child=GetXMLTreeChild(xml_info,"decorate"); in DrawSetVectorGraphics()
6344 child=GetXMLTreeChild(xml_info,"encoding"); in DrawSetVectorGraphics()
6347 child=GetXMLTreeChild(xml_info,"fill"); in DrawSetVectorGraphics()
6355 child=GetXMLTreeChild(xml_info,"fill-opacity"); in DrawSetVectorGraphics()
6363 child=GetXMLTreeChild(xml_info,"fill-rule"); in DrawSetVectorGraphics()
6371 child=GetXMLTreeChild(xml_info,"font"); in DrawSetVectorGraphics()
6374 child=GetXMLTreeChild(xml_info,"font-family"); in DrawSetVectorGraphics()
6377 child=GetXMLTreeChild(xml_info,"font-size"); in DrawSetVectorGraphics()
[all …]
/external/ImageMagick/coders/
Ddng.c285 next=GetXMLTreeChild(ufraw,(const char *) NULL); in InvokeDNGDelegate()
Djpeg.c1809 for (table_iterator=GetXMLTreeChild(quantization_tables,"table"); in GetQuantizationTable()
1825 description=GetXMLTreeChild(table_iterator,"description"); in GetQuantizationTable()
1834 levels=GetXMLTreeChild(table_iterator,"levels"); in GetQuantizationTable()