HomeSort by relevance Sort by last modified time
    Searched full:fill_pattern (Results 1 - 16 of 16) 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...]
  /external/fio/lib/
rand.h 35 extern void fill_pattern(void *p, unsigned int len, char *pattern, unsigned int pattern_bytes);
rand.c 109 void fill_pattern(void *p, unsigned int len, char *pattern, function
144 fill_pattern(buf, len, pattern, pbytes);
174 fill_pattern(buf, this_len, pattern, pbytes);
  /toolchain/binutils/binutils-2.25/gas/
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);
frags.h 133 void frag_align_pattern (int alignment, const char *fill_pattern,
  /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);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 235 'fill_pattern' : _Prop_fill_pattern,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 235 'fill_pattern' : _Prop_fill_pattern,
  /external/fio/
verify.c 34 fill_pattern(p, len, td->o.buffer_pattern, td->o.buffer_pattern_bytes);
72 fill_pattern(p, len, o->verify_pattern, o->verify_pattern_bytes);
    [all...]
  /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 558 milliseconds