Searched refs:GetXMLTreeChild (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | xml-tree.h | 40 *GetXMLTreeChild(XMLTreeInfo *,const char *),
|
D | threshold.c | 948 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()
|
D | mime.c | 820 include=GetXMLTreeChild(mime_map,"include"); in LoadMimeCache() 856 mime=GetXMLTreeChild(mime_map,"mime"); in LoadMimeCache()
|
D | enhance.c | 549 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()
|
D | property.c | 1755 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()
|
D | xml-tree.c | 248 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()
|
D | methods.h | 607 #define GetXMLTreeChild PrependMagickMethod(GetXMLTreeChild) macro
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 6240 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/ |
D | dng.c | 186 next=GetXMLTreeChild(ufraw,(const char *) NULL); in ReadDNGImage()
|
D | jpeg.c | 1727 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()
|