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 *),
Dthreshold.c948 for (threshold=GetXMLTreeChild(thresholds,"threshold"); in GetThresholdMapFile()
964 description=GetXMLTreeChild(threshold,"description"); in GetThresholdMapFile()
972 levels=GetXMLTreeChild(threshold,"levels"); in GetThresholdMapFile()
1148 threshold=GetXMLTreeChild(thresholds,"threshold"); in ListThresholdMapFile()
1161 description=GetXMLTreeChild(threshold,"description"); in ListThresholdMapFile()
Dmime.c820 include=GetXMLTreeChild(mime_map,"include"); in LoadMimeCache()
856 mime=GetXMLTreeChild(mime_map,"mime"); in LoadMimeCache()
Denhance.c549 cc=GetXMLTreeChild(ccc,"ColorCorrection"); in ColorDecisionListImage()
565 sop=GetXMLTreeChild(cc,"SOPNode"); in ColorDecisionListImage()
573 slope=GetXMLTreeChild(sop,"Slope"); in ColorDecisionListImage()
605 offset=GetXMLTreeChild(sop,"Offset"); in ColorDecisionListImage()
638 power=GetXMLTreeChild(sop,"Power"); in ColorDecisionListImage()
671 sat=GetXMLTreeChild(cc,"SATNode"); in ColorDecisionListImage()
677 saturation=GetXMLTreeChild(sat,"Saturation"); in ColorDecisionListImage()
Dproperty.c1755 rdf=GetXMLTreeChild(xmp,"rdf:RDF"); in GetXMPProperty()
1761 description=GetXMLTreeChild(rdf,"rdf:Description"); in GetXMPProperty()
1764 node=GetXMLTreeChild(description,(const char *) NULL); in GetXMPProperty()
1767 child=GetXMLTreeChild(node,(const char *) NULL); in GetXMPProperty()
Dxml-tree.c248 child=GetXMLTreeChild(node,tag); in AddPathToXMLTree()
896 MagickExport XMLTreeInfo *GetXMLTreeChild(XMLTreeInfo *xml_info,const char *tag) in GetXMLTreeChild() function
1035 node=GetXMLTreeChild(node,tag); in GetXMLTreePath()
Dmethods.h607 #define GetXMLTreeChild PrependMagickMethod(GetXMLTreeChild) macro
/external/ImageMagick/MagickWand/
Ddrawing-wand.c6240 child=GetXMLTreeChild(xml_info,"clip-path"); in DrawSetVectorGraphics()
6243 child=GetXMLTreeChild(xml_info,"clip-units"); in DrawSetVectorGraphics()
6251 child=GetXMLTreeChild(xml_info,"decorate"); in DrawSetVectorGraphics()
6259 child=GetXMLTreeChild(xml_info,"encoding"); in DrawSetVectorGraphics()
6262 child=GetXMLTreeChild(xml_info,"fill"); in DrawSetVectorGraphics()
6270 child=GetXMLTreeChild(xml_info,"fill-opacity"); in DrawSetVectorGraphics()
6278 child=GetXMLTreeChild(xml_info,"fill-rule"); in DrawSetVectorGraphics()
6286 child=GetXMLTreeChild(xml_info,"font"); in DrawSetVectorGraphics()
6289 child=GetXMLTreeChild(xml_info,"font-family"); in DrawSetVectorGraphics()
6292 child=GetXMLTreeChild(xml_info,"font-size"); in DrawSetVectorGraphics()
[all …]
/external/ImageMagick/coders/
Ddng.c186 next=GetXMLTreeChild(ufraw,(const char *) NULL); in ReadDNGImage()
Djpeg.c1727 for (table_iterator=GetXMLTreeChild(quantization_tables,"table"); in GetQuantizationTable()
1743 description=GetXMLTreeChild(table_iterator,"description"); in GetQuantizationTable()
1752 levels=GetXMLTreeChild(table_iterator,"levels"); in GetQuantizationTable()