HomeSort by relevance Sort by last modified time
    Searched refs:stroke_pattern (Results 1 - 10 of 10) sorted by null

  /external/ImageMagick/MagickCore/
draw-private.h 50 if (draw_info->stroke_pattern == (Image *) NULL)
59 pattern=draw_info->stroke_pattern;
draw.h 220 *stroke_pattern; member in struct:_DrawInfo
draw.c 278 if (draw_info->stroke_pattern != (Image *) NULL)
279 clone_info->stroke_pattern=CloneImage(draw_info->stroke_pattern,0,0,
848 if (draw_info->stroke_pattern != (Image *) NULL)
849 draw_info->stroke_pattern=DestroyImage(draw_info->stroke_pattern);
    [all...]
annotate.c     [all...]
  /external/ImageMagick/Magick++/lib/
Options.cpp 643 if (_drawInfo->stroke_pattern)
644 _drawInfo->stroke_pattern=DestroyImageList(_drawInfo->stroke_pattern);
649 _drawInfo->stroke_pattern=CloneImage(const_cast<MagickCore::Image*>(
657 return(_drawInfo->stroke_pattern);
  /external/ImageMagick/MagickWand/
operation.c     [all...]
mogrify.c     [all...]
drawing-wand.c     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 310 milliseconds