Searched refs:dash_offset (Results 1 – 6 of 6) sorted by relevance
246 dash_offset; member
306 clone_info->dash_offset=draw_info->dash_offset; in CloneDrawInfo()1776 offset=fabs(draw_info->dash_offset) >= MagickEpsilon ? in DrawDashPolygon()1777 scale*draw_info->dash_offset : 0.0; in DrawDashPolygon()3606 graphic_context[n]->dash_offset=StringToDouble(token,&next_token); in RenderMVGContent()
2003 return(CurrentContext->dash_offset); in DrawGetStrokeDashOffset()2687 CurrentContext->dash_offset); in DrawGetVectorGraphics()5651 const double dash_offset) in DrawSetStrokeDashOffset() argument5658 (fabs(CurrentContext->dash_offset-dash_offset) >= MagickEpsilon)) in DrawSetStrokeDashOffset()5660 CurrentContext->dash_offset=dash_offset; in DrawSetStrokeDashOffset()5661 (void) MVGPrintf(wand,"stroke-dashoffset %.20g\n",dash_offset); in DrawSetStrokeDashOffset()6501 CurrentContext->dash_offset=StringToDouble(value,(char **) NULL); in DrawSetVectorGraphics()
610 _drawInfo->dash_offset=strokeDashOffset_; in strokeDashOffset()615 return(_drawInfo->dash_offset); in strokeDashOffset()
9104 draw_info->dash_offset=argument_list[21].real_reference; in Mogrify()
9111 draw_info->dash_offset=argument_list[21].real_reference;