Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:start_x

4077           start_x,
4082 start_x=(ssize_t) ceil(bounds.x1-0.5);
4084 x=start_x;
4098 GetFillColor(draw_info,x-start_x,y-start_y,&pixel,exception);
4145 start_x,
4150 start_x=(ssize_t) ceil(bounds.x1-0.5);
4152 q=GetCacheViewAuthenticPixels(image_view,start_x,y,(size_t) (stop_x-start_x+1),1,
4159 for (x=start_x; x <= stop_x; x++)
4171 GetFillColor(draw_info,x-start_x,y-start_y,&fill_color,exception);
4175 GetStrokeColor(draw_info,x-start_x,y-start_y,&stroke_color,exception);