Searched refs:dash_offset (Results 1 – 6 of 6) sorted by relevance
245 dash_offset; member
281 clone_info->dash_offset=draw_info->dash_offset; in CloneDrawInfo()1524 offset=fabs(draw_info->dash_offset) >= DrawEpsilon ? in DrawDashPolygon()1525 scale*draw_info->dash_offset : 0.0; in DrawDashPolygon()2681 graphic_context[n]->dash_offset=StringToDouble(token, in DrawImage()
2000 return(CurrentContext->dash_offset); in DrawGetStrokeDashOffset()2609 CurrentContext->dash_offset); in DrawGetVectorGraphics()5569 const double dash_offset) in DrawSetStrokeDashOffset() argument5576 (fabs(CurrentContext->dash_offset-dash_offset) >= MagickEpsilon)) in DrawSetStrokeDashOffset()5578 CurrentContext->dash_offset=dash_offset; in DrawSetStrokeDashOffset()5579 (void) MVGPrintf(wand,"stroke-dashoffset %.20g\n",dash_offset); in DrawSetStrokeDashOffset()6417 CurrentContext->dash_offset=StringToDouble(value,(char **) NULL); in DrawSetVectorGraphics()
603 _drawInfo->dash_offset=strokeDashOffset_; in strokeDashOffset()608 return(_drawInfo->dash_offset); in strokeDashOffset()
9006 draw_info->dash_offset=argument_list[21].real_reference; in Mogrify()
9006 draw_info->dash_offset=argument_list[21].real_reference;