Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:lineJoin

2092 %  stroked. Values of LineJoin are UndefinedJoin, MiterJoin, RoundJoin,
2097 % LineJoin DrawGetStrokeLineJoin(const DrawingWand *wand)
2104 WandExport LineJoin DrawGetStrokeLineJoin(const DrawingWand *wand)
2110 return(CurrentContext->linejoin);
2127 % 'lineJoin', it is possible for the miter to extend far beyond the
2675 child=AddChildToXMLTree(xml_info,"stroke-linejoin",0);
2679 MagickLineJoinOptions,(ssize_t) CurrentContext->linejoin),
5752 % paths (or other vector shapes) when they are stroked. Values of LineJoin are
5758 % const LineJoin linejoin)
5764 % o linejoin: line join style
5767 WandExport void DrawSetStrokeLineJoin(DrawingWand *wand,const LineJoin linejoin)
5774 (CurrentContext->linejoin != linejoin))
5776 CurrentContext->linejoin=linejoin;
5777 (void) MVGPrintf(wand, "stroke-linejoin '%s'\n",CommandOptionToMnemonic(
5778 MagickLineJoinOptions,(ssize_t) linejoin));
5796 % 'lineJoin', it is possible for the miter to extend far beyond the
6555 child=GetXMLTreeChild(xml_info,"stroke-linejoin");
6560 CurrentContext->linejoin=(LineJoin) ParseCommandOption(