HomeSort by relevance Sort by last modified time
    Searched refs:ResizeQuantumMemory (Results 1 - 25 of 37) sorted by null

1 2

  /external/ImageMagick/MagickCore/
memory_.h 55 *ResizeQuantumMemory(void *,const size_t,const size_t)
xml-tree.c 359 canonical_content=(char *) ResizeQuantumMemory(canonical_content,extent,
671 xml=(char *) ResizeQuantumMemory(xml,i+quantum+1,sizeof(*xml));
    [all...]
colormap.c 124 image->colormap=(PixelInfo *) ResizeQuantumMemory(image->colormap,
string.c 313 *destination=(char *) ResizeQuantumMemory(*destination,length+
527 *destination=(char *) ResizeQuantumMemory(*destination,length+
    [all...]
delegate.c     [all...]
histogram.c 281 node_info->list=(PixelInfo *) ResizeQuantumMemory(
749 node_info->list=(PixelInfo *) ResizeQuantumMemory(node_info->list,
    [all...]
log.c     [all...]
blob.c     [all...]
methods.h     [all...]
memory.c     [all...]
module.c 473 modules=(char **) ResizeQuantumMemory(modules,(size_t)
    [all...]
draw.c 574 polygon_info->edges=(EdgeInfo *) ResizeQuantumMemory(
628 polygon_info->edges=(EdgeInfo *) ResizeQuantumMemory(
663 points=(PointInfo *) ResizeQuantumMemory(points,(size_t) number_points,
685 polygon_info->edges=(EdgeInfo *) ResizeQuantumMemory(
861 path_info=(PathInfo *) ResizeQuantumMemory(path_info,(size_t) (n+1),
    [all...]
  /external/ImageMagick/coders/
inline.c 171 inline_image=(unsigned char *) ResizeQuantumMemory(inline_image,i+count+
pes.c 622 stitches=(PointInfo *) ResizeQuantumMemory(stitches,(size_t)
mpc.c 262 comment=(char *) ResizeQuantumMemory(comment,length+
313 options=(char *) ResizeQuantumMemory(options,length+
830 image->directory=(char *) ResizeQuantumMemory(image->directory,
    [all...]
xpm.c 322 xpm_buffer=(char *) ResizeQuantumMemory(xpm_buffer,length+MagickPathExtent,
762 picon->colormap=(PixelInfo *) ResizeQuantumMemory((void **)
    [all...]
hdr.c 235 comment=(char *) ResizeQuantumMemory(comment,length+
json.c 789 values=(IPTCInfo **) ResizeQuantumMemory(values,count+1,
874 value->values=(char ***) ResizeQuantumMemory(value->values,
    [all...]
miff.c 592 comment=(char *) ResizeQuantumMemory(comment,length+
642 options=(char *) ResizeQuantumMemory(options,length+
    [all...]
gif.c 1111 comments=(char *) ResizeQuantumMemory(comments,extent+
    [all...]
svg.c 759 tokens=(char **) ResizeQuantumMemory(tokens,extent+2,sizeof(*tokens));
    [all...]
pdb.c 622 comment=(char *) ResizeQuantumMemory(comment,length+
    [all...]
sixel.c     [all...]
msl.c 565 msl_info->image_info=(ImageInfo **) ResizeQuantumMemory(msl_info->image_info,
567 msl_info->draw_info=(DrawInfo **) ResizeQuantumMemory(msl_info->draw_info,
569 msl_info->attributes=(Image **) ResizeQuantumMemory(msl_info->attributes,
571 msl_info->image=(Image **) ResizeQuantumMemory(msl_info->image,(n+1),
    [all...]
  /external/ImageMagick/MagickWand/
magick-property.c 664 artifacts=(char **) ResizeQuantumMemory(artifacts,length,
820 profiles=(char **) ResizeQuantumMemory(profiles,length,
    [all...]

Completed in 256 milliseconds

1 2