Searched refs:dash_offset (Results 1 – 7 of 7) sorted by relevance
246 dash_offset; member
308 clone_info->dash_offset=draw_info->dash_offset; in CloneDrawInfo()1797 offset=fabs(draw_info->dash_offset) >= MagickEpsilon ? in DrawDashPolygon()1798 scale*draw_info->dash_offset : 0.0; in DrawDashPolygon()3705 graphic_context[n]->dash_offset=GetDrawValue(token,&next_token); in RenderMVGContent()
2004 return(CurrentContext->dash_offset); in DrawGetStrokeDashOffset()2688 CurrentContext->dash_offset); in DrawGetVectorGraphics()5652 const double dash_offset) in DrawSetStrokeDashOffset() argument5659 (fabs(CurrentContext->dash_offset-dash_offset) >= MagickEpsilon)) in DrawSetStrokeDashOffset()5661 CurrentContext->dash_offset=dash_offset; in DrawSetStrokeDashOffset()5662 (void) MVGPrintf(wand,"stroke-dashoffset %.20g\n",dash_offset); in DrawSetStrokeDashOffset()6502 CurrentContext->dash_offset=StringToDouble(value,(char **) NULL); in DrawSetVectorGraphics()
610 _drawInfo->dash_offset=strokeDashOffset_; in strokeDashOffset()615 return(_drawInfo->dash_offset); in strokeDashOffset()
1979 pub dash_offset: ::std::os::raw::c_int, field
9152 draw_info->dash_offset=argument_list[21].real_reference; in Mogrify()
9159 draw_info->dash_offset=argument_list[21].real_reference;