Lines Matching refs:xml_info

2547     *xml_info;  in DrawGetVectorGraphics()  local
2553 xml_info=NewXMLTreeTag("drawing-wand"); in DrawGetVectorGraphics()
2554 if (xml_info == (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2556 (void) SetXMLTreeContent(xml_info," "); in DrawGetVectorGraphics()
2558 child=AddChildToXMLTree(xml_info,"clip-path",0); in DrawGetVectorGraphics()
2561 child=AddChildToXMLTree(xml_info,"clip-units",0); in DrawGetVectorGraphics()
2569 child=AddChildToXMLTree(xml_info,"decorate",0); in DrawGetVectorGraphics()
2577 child=AddChildToXMLTree(xml_info,"encoding",0); in DrawGetVectorGraphics()
2580 child=AddChildToXMLTree(xml_info,"fill",0); in DrawGetVectorGraphics()
2590 child=AddChildToXMLTree(xml_info,"fill-opacity",0); in DrawGetVectorGraphics()
2597 child=AddChildToXMLTree(xml_info,"fill-rule",0); in DrawGetVectorGraphics()
2605 child=AddChildToXMLTree(xml_info,"font",0); in DrawGetVectorGraphics()
2608 child=AddChildToXMLTree(xml_info,"font-family",0); in DrawGetVectorGraphics()
2611 child=AddChildToXMLTree(xml_info,"font-size",0); in DrawGetVectorGraphics()
2618 child=AddChildToXMLTree(xml_info,"font-stretch",0); in DrawGetVectorGraphics()
2626 child=AddChildToXMLTree(xml_info,"font-style",0); in DrawGetVectorGraphics()
2633 child=AddChildToXMLTree(xml_info,"font-weight",0); in DrawGetVectorGraphics()
2640 child=AddChildToXMLTree(xml_info,"gravity",0); in DrawGetVectorGraphics()
2648 child=AddChildToXMLTree(xml_info,"stroke",0); in DrawGetVectorGraphics()
2658 child=AddChildToXMLTree(xml_info,"stroke-antialias",0); in DrawGetVectorGraphics()
2665 child=AddChildToXMLTree(xml_info,"stroke-dasharray",0); in DrawGetVectorGraphics()
2684 child=AddChildToXMLTree(xml_info,"stroke-dashoffset",0); in DrawGetVectorGraphics()
2691 child=AddChildToXMLTree(xml_info,"stroke-linecap",0); in DrawGetVectorGraphics()
2699 child=AddChildToXMLTree(xml_info,"stroke-linejoin",0); in DrawGetVectorGraphics()
2707 child=AddChildToXMLTree(xml_info,"stroke-miterlimit",0); in DrawGetVectorGraphics()
2714 child=AddChildToXMLTree(xml_info,"stroke-opacity",0); in DrawGetVectorGraphics()
2721 child=AddChildToXMLTree(xml_info,"stroke-width",0); in DrawGetVectorGraphics()
2728 child=AddChildToXMLTree(xml_info,"text-align",0); in DrawGetVectorGraphics()
2735 child=AddChildToXMLTree(xml_info,"text-antialias",0); in DrawGetVectorGraphics()
2742 child=AddChildToXMLTree(xml_info,"text-undercolor",0); in DrawGetVectorGraphics()
2752 child=AddChildToXMLTree(xml_info,"vector-graphics",0); in DrawGetVectorGraphics()
2755 xml=XMLTreeInfoToXML(xml_info); in DrawGetVectorGraphics()
2756 xml_info=DestroyXMLTree(xml_info); in DrawGetVectorGraphics()
6312 *xml_info; in DrawSetVectorGraphics() local
6322 xml_info=NewXMLTree(xml,wand->exception); in DrawSetVectorGraphics()
6323 if (xml_info == (XMLTreeInfo *) NULL) in DrawSetVectorGraphics()
6325 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()
6384 child=GetXMLTreeChild(xml_info,"font-stretch"); in DrawSetVectorGraphics()
6392 child=GetXMLTreeChild(xml_info,"font-style"); in DrawSetVectorGraphics()
6400 child=GetXMLTreeChild(xml_info,"font-weight"); in DrawSetVectorGraphics()
6415 child=GetXMLTreeChild(xml_info,"gravity"); in DrawSetVectorGraphics()
6423 child=GetXMLTreeChild(xml_info,"stroke"); in DrawSetVectorGraphics()
6431 child=GetXMLTreeChild(xml_info,"stroke-antialias"); in DrawSetVectorGraphics()
6439 child=GetXMLTreeChild(xml_info,"stroke-dasharray"); in DrawSetVectorGraphics()
6497 child=GetXMLTreeChild(xml_info,"stroke-dashoffset"); in DrawSetVectorGraphics()
6504 child=GetXMLTreeChild(xml_info,"stroke-linecap"); in DrawSetVectorGraphics()
6512 child=GetXMLTreeChild(xml_info,"stroke-linejoin"); in DrawSetVectorGraphics()
6520 child=GetXMLTreeChild(xml_info,"stroke-miterlimit"); in DrawSetVectorGraphics()
6527 child=GetXMLTreeChild(xml_info,"stroke-opacity"); in DrawSetVectorGraphics()
6535 child=GetXMLTreeChild(xml_info,"stroke-width"); in DrawSetVectorGraphics()
6550 child=GetXMLTreeChild(xml_info,"text-align"); in DrawSetVectorGraphics()
6558 child=GetXMLTreeChild(xml_info,"text-antialias"); in DrawSetVectorGraphics()
6566 child=GetXMLTreeChild(xml_info,"text-undercolor"); in DrawSetVectorGraphics()
6574 child=GetXMLTreeChild(xml_info,"vector-graphics"); in DrawSetVectorGraphics()
6581 xml_info=DestroyXMLTree(xml_info); in DrawSetVectorGraphics()