/external/ImageMagick/MagickCore/ |
memory_.h | 55 *ResizeQuantumMemory(void *,const size_t,const size_t)
|
xml-tree.c | 358 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 | 232 string_info->datum=(unsigned char *) ResizeQuantumMemory(string_info->datum, 297 *destination=(char *) ResizeQuantumMemory(*destination,length+ 511 *destination=(char *) ResizeQuantumMemory(*destination,length+ [all...] |
delegate.c | [all...] |
histogram.c | 277 node_info->list=(PixelInfo *) ResizeQuantumMemory(node_info->list, 744 node_info->list=(PixelInfo *) ResizeQuantumMemory(node_info->list, [all...] |
log.c | [all...] |
memory.c | [all...] |
blob.c | [all...] |
draw.c | 531 polygon_info->edges=(EdgeInfo *) ResizeQuantumMemory( 585 polygon_info->edges=(EdgeInfo *) ResizeQuantumMemory( 620 points=(PointInfo *) ResizeQuantumMemory(points,(size_t) number_points, 642 polygon_info->edges=(EdgeInfo *) ResizeQuantumMemory( [all...] |
property.c | [all...] |
module.c | 487 modules=(char **) ResizeQuantumMemory(modules,(size_t) [all...] |
/external/ImageMagick/www/api/ |
memory.php | 55 <p class="text-center"><a href="memory.php#AcquireAlignedMemory">AcquireAlignedMemory</a> • <a href="memory.php#AcquireMagickMemory">AcquireMagickMemory</a> • <a href="memory.php#AcquireQuantumMemory">AcquireQuantumMemory</a> • <a href="memory.php#AcquireVirtualMemory">AcquireVirtualMemory</a> • <a href="memory.php#CopyMagickMemory">CopyMagickMemory</a> • <a href="memory.php#GetMagickMemoryMethods">GetMagickMemoryMethods</a> • <a href="memory.php#GetVirtualMemoryBlob">GetVirtualMemoryBlob</a> • <a href="memory.php#RelinquishAlignedMemory">RelinquishAlignedMemory</a> • <a href="memory.php#RelinquishMagickMemory">RelinquishMagickMemory</a> • <a href="memory.php#RelinquishVirtualMemory">RelinquishVirtualMemory</a> • <a href="memory.php#ResetMagickMemory">ResetMagickMemory</a> • <a href="memory.php#ResizeMagickMemory">ResizeMagickMemory</a> • <a href="memory.php#ResizeQuantumMemory">ResizeQuantumMemory</a> • <a href="memory.php#SetMagickMemoryMethods">SetMagickMemoryMethods</a></p> 362 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/memory_8c.html" id="ResizeQuantumMemory">ResizeQuantumMemory</a></h2> 364 <p>ResizeQuantumMemory() changes the size of the memory and returns a pointer to the (possibly moved) block. The contents will be unchanged up to the lesser of the new and old sizes.</p> 366 <p>The format of the ResizeQuantumMemory method is:</p> 369 void *ResizeQuantumMemory(void *memory,const size_t count,
|
/external/ImageMagick/coders/ |
inline.c | 171 inline_image=(unsigned char *) ResizeQuantumMemory(inline_image,i+count+
|
pes.c | 619 stitches=(PointInfo *) ResizeQuantumMemory(stitches,(size_t)
|
mpc.c | 262 comment=(char *) ResizeQuantumMemory(comment,length+ 309 options=(char *) ResizeQuantumMemory(options,length+ 797 image->directory=(char *) ResizeQuantumMemory(image->directory, [all...] |
xpm.c | 319 xpm_buffer=(char *) ResizeQuantumMemory(xpm_buffer,length+MagickPathExtent, 745 picon->colormap=(PixelInfo *) ResizeQuantumMemory((void **) [all...] |
hdr.c | 235 comment=(char *) ResizeQuantumMemory(comment,length+
|
svg.c | 446 tokens=(char **) ResizeQuantumMemory(tokens,extent+2,sizeof(*tokens)); 820 svg_info->scale=(double *) ResizeQuantumMemory(svg_info->scale, [all...] |
wpg.c | [all...] |
miff.c | 548 comment=(char *) ResizeQuantumMemory(comment,length+ 595 options=(char *) ResizeQuantumMemory(options,length+ [all...] |
pdb.c | 585 comment=(char *) ResizeQuantumMemory(comment,length+MagickPathExtent,
|
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...] |