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

  /external/ImageMagick/MagickCore/
draw-private.h 32 if (draw_info->fill_pattern == (Image *) NULL)
41 pattern=draw_info->fill_pattern;
draw.h 219 *fill_pattern, member in struct:_DrawInfo
draw.c 275 if (draw_info->fill_pattern != (Image *) NULL)
276 clone_info->fill_pattern=CloneImage(draw_info->fill_pattern,0,0,MagickTrue,
846 if (draw_info->fill_pattern != (Image *) NULL)
847 draw_info->fill_pattern=DestroyImage(draw_info->fill_pattern);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
frags.h 133 void frag_align_pattern (int alignment, const char *fill_pattern,
frags.c 343 to which to align. FILL_PATTERN is the fill pattern to repeat in
345 FILL_PATTERN. MAX is the maximum number of characters to skip when
349 frag_align_pattern (int alignment, const char *fill_pattern,
356 memcpy (p, fill_pattern, n_fill);
  /external/ImageMagick/Magick++/lib/
Options.cpp 253 if (_drawInfo->fill_pattern)
254 _drawInfo->fill_pattern=DestroyImageList(_drawInfo->fill_pattern);
259 _drawInfo->fill_pattern=CloneImage(const_cast<MagickCore::Image*>(
268 return(_drawInfo->fill_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 958 milliseconds