• Home
  • Raw
  • Download

Lines Matching refs:xml_info

2546     *xml_info;  in DrawGetVectorGraphics()  local
2552 xml_info=NewXMLTreeTag("drawing-wand"); in DrawGetVectorGraphics()
2553 if (xml_info == (XMLTreeInfo *) NULL) in DrawGetVectorGraphics()
2555 (void) SetXMLTreeContent(xml_info," "); in DrawGetVectorGraphics()
2557 child=AddChildToXMLTree(xml_info,"clip-path",0); in DrawGetVectorGraphics()
2560 child=AddChildToXMLTree(xml_info,"clip-units",0); in DrawGetVectorGraphics()
2568 child=AddChildToXMLTree(xml_info,"decorate",0); in DrawGetVectorGraphics()
2576 child=AddChildToXMLTree(xml_info,"encoding",0); in DrawGetVectorGraphics()
2579 child=AddChildToXMLTree(xml_info,"fill",0); in DrawGetVectorGraphics()
2589 child=AddChildToXMLTree(xml_info,"fill-opacity",0); in DrawGetVectorGraphics()
2596 child=AddChildToXMLTree(xml_info,"fill-rule",0); in DrawGetVectorGraphics()
2604 child=AddChildToXMLTree(xml_info,"font",0); in DrawGetVectorGraphics()
2607 child=AddChildToXMLTree(xml_info,"font-family",0); in DrawGetVectorGraphics()
2610 child=AddChildToXMLTree(xml_info,"font-size",0); in DrawGetVectorGraphics()
2617 child=AddChildToXMLTree(xml_info,"font-stretch",0); in DrawGetVectorGraphics()
2625 child=AddChildToXMLTree(xml_info,"font-style",0); in DrawGetVectorGraphics()
2632 child=AddChildToXMLTree(xml_info,"font-weight",0); in DrawGetVectorGraphics()
2639 child=AddChildToXMLTree(xml_info,"gravity",0); in DrawGetVectorGraphics()
2647 child=AddChildToXMLTree(xml_info,"stroke",0); in DrawGetVectorGraphics()
2657 child=AddChildToXMLTree(xml_info,"stroke-antialias",0); in DrawGetVectorGraphics()
2664 child=AddChildToXMLTree(xml_info,"stroke-dasharray",0); in DrawGetVectorGraphics()
2683 child=AddChildToXMLTree(xml_info,"stroke-dashoffset",0); in DrawGetVectorGraphics()
2690 child=AddChildToXMLTree(xml_info,"stroke-linecap",0); in DrawGetVectorGraphics()
2698 child=AddChildToXMLTree(xml_info,"stroke-linejoin",0); in DrawGetVectorGraphics()
2706 child=AddChildToXMLTree(xml_info,"stroke-miterlimit",0); in DrawGetVectorGraphics()
2713 child=AddChildToXMLTree(xml_info,"stroke-opacity",0); in DrawGetVectorGraphics()
2720 child=AddChildToXMLTree(xml_info,"stroke-width",0); in DrawGetVectorGraphics()
2727 child=AddChildToXMLTree(xml_info,"text-align",0); in DrawGetVectorGraphics()
2734 child=AddChildToXMLTree(xml_info,"text-antialias",0); in DrawGetVectorGraphics()
2741 child=AddChildToXMLTree(xml_info,"text-undercolor",0); in DrawGetVectorGraphics()
2751 child=AddChildToXMLTree(xml_info,"vector-graphics",0); in DrawGetVectorGraphics()
2754 xml=XMLTreeInfoToXML(xml_info); in DrawGetVectorGraphics()
2755 xml_info=DestroyXMLTree(xml_info); in DrawGetVectorGraphics()
6311 *xml_info; in DrawSetVectorGraphics() local
6321 xml_info=NewXMLTree(xml,wand->exception); in DrawSetVectorGraphics()
6322 if (xml_info == (XMLTreeInfo *) NULL) in DrawSetVectorGraphics()
6324 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()
6383 child=GetXMLTreeChild(xml_info,"font-stretch"); in DrawSetVectorGraphics()
6391 child=GetXMLTreeChild(xml_info,"font-style"); in DrawSetVectorGraphics()
6399 child=GetXMLTreeChild(xml_info,"font-weight"); in DrawSetVectorGraphics()
6414 child=GetXMLTreeChild(xml_info,"gravity"); in DrawSetVectorGraphics()
6422 child=GetXMLTreeChild(xml_info,"stroke"); in DrawSetVectorGraphics()
6430 child=GetXMLTreeChild(xml_info,"stroke-antialias"); in DrawSetVectorGraphics()
6438 child=GetXMLTreeChild(xml_info,"stroke-dasharray"); in DrawSetVectorGraphics()
6496 child=GetXMLTreeChild(xml_info,"stroke-dashoffset"); in DrawSetVectorGraphics()
6503 child=GetXMLTreeChild(xml_info,"stroke-linecap"); in DrawSetVectorGraphics()
6511 child=GetXMLTreeChild(xml_info,"stroke-linejoin"); in DrawSetVectorGraphics()
6519 child=GetXMLTreeChild(xml_info,"stroke-miterlimit"); in DrawSetVectorGraphics()
6526 child=GetXMLTreeChild(xml_info,"stroke-opacity"); in DrawSetVectorGraphics()
6534 child=GetXMLTreeChild(xml_info,"stroke-width"); in DrawSetVectorGraphics()
6549 child=GetXMLTreeChild(xml_info,"text-align"); in DrawSetVectorGraphics()
6557 child=GetXMLTreeChild(xml_info,"text-antialias"); in DrawSetVectorGraphics()
6565 child=GetXMLTreeChild(xml_info,"text-undercolor"); in DrawSetVectorGraphics()
6573 child=GetXMLTreeChild(xml_info,"vector-graphics"); in DrawSetVectorGraphics()
6580 xml_info=DestroyXMLTree(xml_info); in DrawSetVectorGraphics()