Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Ddrawing-wand.c6324 child=GetXMLTreeChild(xml_info,"clip-path"); in DrawSetVectorGraphics()
6327 child=GetXMLTreeChild(xml_info,"clip-units"); in DrawSetVectorGraphics()
6335 child=GetXMLTreeChild(xml_info,"decorate"); in DrawSetVectorGraphics()
6343 child=GetXMLTreeChild(xml_info,"encoding"); in DrawSetVectorGraphics()
6346 child=GetXMLTreeChild(xml_info,"fill"); in DrawSetVectorGraphics()
6354 child=GetXMLTreeChild(xml_info,"fill-opacity"); in DrawSetVectorGraphics()
6362 child=GetXMLTreeChild(xml_info,"fill-rule"); in DrawSetVectorGraphics()
6370 child=GetXMLTreeChild(xml_info,"font"); in DrawSetVectorGraphics()
6373 child=GetXMLTreeChild(xml_info,"font-family"); in DrawSetVectorGraphics()
6376 child=GetXMLTreeChild(xml_info,"font-size"); in DrawSetVectorGraphics()
[all …]
/external/ImageMagick/MagickCore/
Dxml-tree.h40 *GetXMLTreeChild(XMLTreeInfo *,const char *),
Dmime.c819 include=GetXMLTreeChild(mime_map,"include"); in LoadMimeCache()
855 mime=GetXMLTreeChild(mime_map,"mime"); in LoadMimeCache()
Dthreshold.c1338 for (threshold=GetXMLTreeChild(thresholds,"threshold"); in GetThresholdMapFile()
1354 description=GetXMLTreeChild(threshold,"description"); in GetThresholdMapFile()
1362 levels=GetXMLTreeChild(threshold,"levels"); in GetThresholdMapFile()
1536 threshold=GetXMLTreeChild(thresholds,"threshold"); in ListThresholdMapFile()
1549 description=GetXMLTreeChild(threshold,"description"); in ListThresholdMapFile()
Denhance.c1080 cc=GetXMLTreeChild(ccc,"ColorCorrection"); in ColorDecisionListImage()
1096 sop=GetXMLTreeChild(cc,"SOPNode"); in ColorDecisionListImage()
1104 slope=GetXMLTreeChild(sop,"Slope"); in ColorDecisionListImage()
1136 offset=GetXMLTreeChild(sop,"Offset"); in ColorDecisionListImage()
1169 power=GetXMLTreeChild(sop,"Power"); in ColorDecisionListImage()
1202 sat=GetXMLTreeChild(cc,"SATNode"); in ColorDecisionListImage()
1208 saturation=GetXMLTreeChild(sat,"Saturation"); in ColorDecisionListImage()
Dproperty.c1804 rdf=GetXMLTreeChild(xmp,"rdf:RDF"); in GetXMPProperty()
1810 description=GetXMLTreeChild(rdf,"rdf:Description"); in GetXMPProperty()
1816 node=GetXMLTreeChild(description,(const char *) NULL); in GetXMPProperty()
1819 child=GetXMLTreeChild(node,(const char *) NULL); in GetXMPProperty()
Dxml-tree.c249 child=GetXMLTreeChild(node,tag); in AddPathToXMLTree()
896 MagickExport XMLTreeInfo *GetXMLTreeChild(XMLTreeInfo *xml_info,const char *tag) in GetXMLTreeChild() function
1036 node=GetXMLTreeChild(node,tag); in GetXMLTreePath()
Dmethods.h567 #define GetXMLTreeChild PrependMagickMethod(GetXMLTreeChild) macro
/external/ImageMagick/coders/
Ddng.c304 next=GetXMLTreeChild(ufraw,(const char *) NULL); in InvokeDNGDelegate()
Djpeg.c1840 for (table_iterator=GetXMLTreeChild(quantization_tables,"table"); in GetQuantizationTable()
1856 description=GetXMLTreeChild(table_iterator,"description"); in GetQuantizationTable()
1865 levels=GetXMLTreeChild(table_iterator,"levels"); in GetQuantizationTable()