Searched refs:stroke_pattern (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | draw-private.h | 52 if (draw_info->stroke_pattern == (Image *) NULL) in GetStrokeColor() 61 pattern=draw_info->stroke_pattern; in GetStrokeColor()
|
D | draw.h | 221 *stroke_pattern; member
|
D | annotate.c | 1606 (draw_info->stroke_pattern != (Image *) NULL)) && in RenderFreetype() 1646 (draw_info->stroke_pattern == (Image *) NULL)) ? MagickTrue : in RenderFreetype() 1745 (draw_info->stroke_pattern != (Image *) NULL)) && in RenderFreetype()
|
D | draw.c | 297 if (draw_info->stroke_pattern != (Image *) NULL) in CloneDrawInfo() 298 clone_info->stroke_pattern=CloneImage(draw_info->stroke_pattern,0,0, in CloneDrawInfo() 894 if (draw_info->stroke_pattern != (Image *) NULL) in DestroyDrawInfo() 895 draw_info->stroke_pattern=DestroyImage(draw_info->stroke_pattern); in DestroyDrawInfo() 3530 &graphic_context[n]->stroke_pattern,exception); in RenderMVGContent() 4455 clone_info->stroke_pattern=NewImageList(); in DrawPatternPath() 5516 (draw_info->stroke_pattern != (Image *) NULL))) in DrawPrimitive() 5648 if (clone_info->stroke_pattern != (Image *) NULL) in DrawStrokePolygon() 5649 clone_info->fill_pattern=CloneImage(clone_info->stroke_pattern,0,0, in DrawStrokePolygon()
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 650 if (_drawInfo->stroke_pattern) in strokePattern() 651 _drawInfo->stroke_pattern=DestroyImageList(_drawInfo->stroke_pattern); in strokePattern() 656 _drawInfo->stroke_pattern=CloneImage(const_cast<MagickCore::Image*>( in strokePattern() 664 return(_drawInfo->stroke_pattern); in strokePattern()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 1375 if (_draw_info->stroke_pattern != (Image *) NULL) in CLISettingOptionInfo() 1376 _draw_info->stroke_pattern=DestroyImage(_draw_info->stroke_pattern); in CLISettingOptionInfo() 1384 _draw_info->stroke_pattern=GetImageCache(_image_info,arg1,_exception); in CLISettingOptionInfo()
|
D | mogrify.c | 3040 if (draw_info->stroke_pattern != (Image *) NULL) in MogrifyImage() 3041 draw_info->stroke_pattern=DestroyImage( in MogrifyImage() 3042 draw_info->stroke_pattern); in MogrifyImage() 3049 draw_info->stroke_pattern=GetImageCache(mogrify_info,argv[i+1], in MogrifyImage()
|
D | drawing-wand.c | 5444 &CurrentContext->stroke_pattern); in DrawSetStrokePatternURL()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 8428 draw_info->stroke_pattern=CloneImage( in Mogrify() 8599 draw_info->stroke_pattern=CloneImage( in Mogrify() 8963 draw_info->stroke_pattern=CloneImage( in Mogrify() 9140 draw_info->stroke_pattern=CloneImage( in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 8429 draw_info->stroke_pattern=CloneImage( 8602 draw_info->stroke_pattern=CloneImage( 8968 draw_info->stroke_pattern=CloneImage( 9147 draw_info->stroke_pattern=CloneImage(
|