Lines Matching refs:xml_info
2468 *xml_info; in DrawGetVectorGraphics() local
2474 xml_info=NewXMLTreeTag("drawing-wand"); in DrawGetVectorGraphics()
2475 if (xml_info == (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2477 (void) SetXMLTreeContent(xml_info," "); in DrawGetVectorGraphics()
2479 child=AddChildToXMLTree(xml_info,"clip-path",0); in DrawGetVectorGraphics()
2482 child=AddChildToXMLTree(xml_info,"clip-units",0); in DrawGetVectorGraphics()
2490 child=AddChildToXMLTree(xml_info,"decorate",0); in DrawGetVectorGraphics()
2498 child=AddChildToXMLTree(xml_info,"encoding",0); in DrawGetVectorGraphics()
2501 child=AddChildToXMLTree(xml_info,"fill",0); in DrawGetVectorGraphics()
2511 child=AddChildToXMLTree(xml_info,"fill-opacity",0); in DrawGetVectorGraphics()
2518 child=AddChildToXMLTree(xml_info,"fill-rule",0); in DrawGetVectorGraphics()
2526 child=AddChildToXMLTree(xml_info,"font",0); in DrawGetVectorGraphics()
2529 child=AddChildToXMLTree(xml_info,"font-family",0); in DrawGetVectorGraphics()
2532 child=AddChildToXMLTree(xml_info,"font-size",0); in DrawGetVectorGraphics()
2539 child=AddChildToXMLTree(xml_info,"font-stretch",0); in DrawGetVectorGraphics()
2547 child=AddChildToXMLTree(xml_info,"font-style",0); in DrawGetVectorGraphics()
2554 child=AddChildToXMLTree(xml_info,"font-weight",0); in DrawGetVectorGraphics()
2561 child=AddChildToXMLTree(xml_info,"gravity",0); in DrawGetVectorGraphics()
2569 child=AddChildToXMLTree(xml_info,"stroke",0); in DrawGetVectorGraphics()
2579 child=AddChildToXMLTree(xml_info,"stroke-antialias",0); in DrawGetVectorGraphics()
2586 child=AddChildToXMLTree(xml_info,"stroke-dasharray",0); in DrawGetVectorGraphics()
2605 child=AddChildToXMLTree(xml_info,"stroke-dashoffset",0); in DrawGetVectorGraphics()
2612 child=AddChildToXMLTree(xml_info,"stroke-linecap",0); in DrawGetVectorGraphics()
2620 child=AddChildToXMLTree(xml_info,"stroke-linejoin",0); in DrawGetVectorGraphics()
2628 child=AddChildToXMLTree(xml_info,"stroke-miterlimit",0); in DrawGetVectorGraphics()
2635 child=AddChildToXMLTree(xml_info,"stroke-opacity",0); in DrawGetVectorGraphics()
2642 child=AddChildToXMLTree(xml_info,"stroke-width",0); in DrawGetVectorGraphics()
2649 child=AddChildToXMLTree(xml_info,"text-align",0); in DrawGetVectorGraphics()
2656 child=AddChildToXMLTree(xml_info,"text-antialias",0); in DrawGetVectorGraphics()
2663 child=AddChildToXMLTree(xml_info,"text-undercolor",0); in DrawGetVectorGraphics()
2673 child=AddChildToXMLTree(xml_info,"vector-graphics",0); in DrawGetVectorGraphics()
2676 xml=XMLTreeInfoToXML(xml_info); in DrawGetVectorGraphics()
2677 xml_info=DestroyXMLTree(xml_info); in DrawGetVectorGraphics()
6227 *xml_info; in DrawSetVectorGraphics() local
6237 xml_info=NewXMLTree(xml,wand->exception); in DrawSetVectorGraphics()
6238 if (xml_info == (XMLTreeInfo *) NULL) in DrawSetVectorGraphics()
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()
6299 child=GetXMLTreeChild(xml_info,"font-stretch"); in DrawSetVectorGraphics()
6307 child=GetXMLTreeChild(xml_info,"font-style"); in DrawSetVectorGraphics()
6315 child=GetXMLTreeChild(xml_info,"font-weight"); in DrawSetVectorGraphics()
6330 child=GetXMLTreeChild(xml_info,"gravity"); in DrawSetVectorGraphics()
6338 child=GetXMLTreeChild(xml_info,"stroke"); in DrawSetVectorGraphics()
6346 child=GetXMLTreeChild(xml_info,"stroke-antialias"); in DrawSetVectorGraphics()
6354 child=GetXMLTreeChild(xml_info,"stroke-dasharray"); in DrawSetVectorGraphics()
6412 child=GetXMLTreeChild(xml_info,"stroke-dashoffset"); in DrawSetVectorGraphics()
6419 child=GetXMLTreeChild(xml_info,"stroke-linecap"); in DrawSetVectorGraphics()
6427 child=GetXMLTreeChild(xml_info,"stroke-linejoin"); in DrawSetVectorGraphics()
6435 child=GetXMLTreeChild(xml_info,"stroke-miterlimit"); in DrawSetVectorGraphics()
6442 child=GetXMLTreeChild(xml_info,"stroke-opacity"); in DrawSetVectorGraphics()
6450 child=GetXMLTreeChild(xml_info,"stroke-width"); in DrawSetVectorGraphics()
6457 child=GetXMLTreeChild(xml_info,"text-align"); in DrawSetVectorGraphics()
6465 child=GetXMLTreeChild(xml_info,"text-antialias"); in DrawSetVectorGraphics()
6473 child=GetXMLTreeChild(xml_info,"text-undercolor"); in DrawSetVectorGraphics()
6481 child=GetXMLTreeChild(xml_info,"vector-graphics"); in DrawSetVectorGraphics()
6488 xml_info=DestroyXMLTree(xml_info); in DrawSetVectorGraphics()