HomeSort by relevance Sort by last modified time
    Searched refs:RelinquishMagickMemory (Results 126 - 150 of 186) sorted by null

1 2 3 4 56 7 8

  /external/ImageMagick/MagickCore/
paint.c 663 histogram[i]=(size_t *) RelinquishMagickMemory(histogram[i]);
664 histogram=(size_t **) RelinquishMagickMemory(histogram);
    [all...]
vision.c 102 % objects = (CCObjectInfo *) RelinquishMagickMemory(objects);
431 object=(CCObjectInfo *) RelinquishMagickMemory(object);
704 object=(CCObjectInfo *) RelinquishMagickMemory(object);
accelerate.c 293 kernelBufferPtr=(float *) RelinquishMagickMemory(kernelBufferPtr);
    [all...]
effect.c     [all...]
fx.c 186 fx_info->colors=NewSplayTree(CompareSplayTreeString,RelinquishMagickMemory,
188 fx_info->symbols=NewSplayTree(CompareSplayTreeString,RelinquishMagickMemory,
189 RelinquishMagickMemory);
    [all...]
color.c     [all...]
pixel.c 362 channel_map=(PixelChannelMap *) RelinquishMagickMemory(channel_map);
363 return((PixelChannelMap *) RelinquishMagickMemory(channel_map));
    [all...]
annotate.c 560 textlist=(char **) RelinquishMagickMemory(textlist);
792 textlist=(char **) RelinquishMagickMemory(textlist);
    [all...]
image-view.c 159 image_view=(ImageView *) RelinquishMagickMemory(image_view);
    [all...]
methods.h     [all...]
property.c     [all...]
random.c 299 random_info=(RandomInfo *) RelinquishMagickMemory(random_info);
    [all...]
  /external/ImageMagick/MagickWand/
compare.c 192 argv=(char **) RelinquishMagickMemory(argv); \
    [all...]
wand-view.c 192 pixel_wands=(PixelWand ***) RelinquishMagickMemory(pixel_wands);
207 wand_view=(WandView *) RelinquishMagickMemory(wand_view);
    [all...]
identify.c 197 argv=(char **) RelinquishMagickMemory(argv); \
    [all...]
pixel-iterator.c 229 iterator=(PixelIterator *) RelinquishMagickMemory(iterator);
    [all...]
  /external/ImageMagick/coders/
fpx.c 423 pixels=(unsigned char *) RelinquishMagickMemory(pixels);
468 pixels=(unsigned char *) RelinquishMagickMemory(pixels);
    [all...]
ps2.c 225 group4=(unsigned char *) RelinquishMagickMemory(group4);
731 labels=(char **) RelinquishMagickMemory(labels);
    [all...]
tiff.c     [all...]
pdf.c 268 argv=(char **) RelinquishMagickMemory(argv);
    [all...]
svg.c 283 svg_info->scale=(double *) RelinquishMagickMemory(svg_info->scale);
288 return((SVGInfo *) RelinquishMagickMemory(svg_info));
771 svg_info->scale=(double *) RelinquishMagickMemory(svg_info->scale);
    [all...]
cut.c 601 BImgBuff=(unsigned char *) RelinquishMagickMemory(BImgBuff);
jpeg.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h     [all...]
  /external/ImageMagick/Magick++/lib/
Geometry.cpp 207 pageptr=(char *) RelinquishMagickMemory(pageptr);

Completed in 655 milliseconds

1 2 3 4 56 7 8